← all publishers

latere-ai

@latere-ai source repo

16 published skills

  1. Drift · latere-ai
    Spec-Implementation Drift
    0
    installs
  2. Drive · latere-ai
    Run the whole lifecycle for one spec, calling the other skills in order and advancing one legal transition at a time until it reaches a target state (default complete), stopping to ask at irreversible gates. Use when the user wants a spec taken from wherever it is to done rather than running each step by hand — and start here when unsure which single-spec skill applies.
    0
    installs
  3. Create · latere-ai
    Write a new spec from scratch when none exists for the idea yet. Gathers context, explores the codebase, fills the frontmatter, and indexes it in specs/README.md. Use when the user says "create a spec", "write a spec", or "new spec". When a spec already exists but is out of date, use refine instead.
    0
    installs
  4. Impact · latere-ai
    Check Impact
    0
    installs
  5. Refine · latere-ai
    Refine Spec
    0
    installs
  6. Report · latere-ai
    Spec Tree Report
    0
    installs
  7. Wrapup · latere-ai
    Wrap Up a Completed Spec
    0
    installs
  8. Dispatch · latere-ai
    Mark a validated spec ready to build and resolve its dependency wiring; where a task board with a transition API is present, create the linked task atomically. Also undispatches. Use when a design is settled and work should start — the spec must be validated and its dependencies complete.
    0
    installs
  9. Validate · latere-ai
    Structural lint over the spec tree — required frontmatter fields, valid status and effort values, track location, DAG acyclicity, dispatch consistency, orphans, status consistency. Read-only; reports problems and fixes nothing. Use to check the tree is well-formed; use report for what the specs say about progress.
    0
    installs
  10. Breakdown · latere-ai
    Split one spec into children — sub-design specs when questions are still open, or implementation-ready leaves when the plan is clear. Picks the mode from the spec's lifecycle state unless told otherwise. Writes new spec files and indexes them on the parent. Use when a spec is too large to build in one pass.
    0
    installs
  11. Implement · latere-ai
    Implement a Spec
    0
    installs
  12. Review Impl · latere-ai
    Review Implementation Against Spec
    0
    installs
  13. Housekeeping · latere-ai
    Specs housekeeping
    0
    installs
  14. Commit And Push · latere-ai
    Commit the working tree as one commit per logical change, staging files explicitly, then push once. Use when work is finished and should reach the remote as reviewable units rather than a single mixed commit.
    0
    installs
  15. Tag And Release · latere-ai
    Tag and Release
    0
    installs
  16. Review Breakdown · latere-ai
    Review Task Breakdown
    0
    installs