kw12121212
- 21 skills
- 0 followers
- 14 hours ago last updated
- ▌ Roadmap Plan · kw12121212 bundleCreate or restructure a persistent milestone-based roadmap under .spec-driven/roadmap/.
- ▌ Roadmap Sync · kw12121212 bundleReconcile roadmap milestone state against active and archived changes.
- ▌ Roadmap Propose · kw12121212 bundleTurn a roadmap milestone Planned Changes item into a normal spec-driven change scaffold.
- ▌ Spec Driven Auto · kw12121212 bundleRun the full spec-driven workflow automatically. Proposes, implements, verifies, reviews, and archives a change without mandatory confirmation — only stops for user input when open questions need resolution.
- ▌ Spec Driven Init · kw12121212 bundleInitialize a .spec-driven/ directory in a project. Creates config.yaml, roadmap/, and specs/ scaffold, then guides the user to fill in project context.
- ▌ Spec Driven Ship · kw12121212 bundleShip an archived spec-driven change with a simple git commit and push after verification, review, archive, and roadmap reconciliation.
- ▌ Roadmap Milestone · kw12121212 bundleRefine one roadmap milestone's goal, planned changes, and derived status.
- ▌ Roadmap Recommend · kw12121212 bundleRecommend the next roadmap-backed change, then after explicit confirmation scaffold it as a normal spec-driven change.
- ▌ Spec Driven Apply · kw12121212 bundleImplement the tasks in a spec-driven change. Works through incomplete tasks one by one, marking each complete as it goes.
- ▌ Spec Driven Cancel · kw12121212 bundleCancel and permanently delete an in-progress spec-driven change. Warns before deleting. Use this to abandon a change that will not be implemented.
- ▌ Spec Driven Modify · kw12121212 bundleModify an existing spec-driven change artifact (proposal.md, specs/ delta files, design.md, tasks.md, or questions.md). Preserves completed task state.
- ▌ Spec Driven Review · kw12121212 bundleReview the code quality of a spec-driven change. Checks readability, security, performance, and best practices before archiving.
- ▌ Spec Driven Verify · kw12121212 bundleVerify a spec-driven change is complete and correctly implemented. Checks task completion, implementation evidence, and spec alignment.
- ▌ Spec Driven Archive · kw12121212 bundleArchive a completed spec-driven change. Requires completed tasks, merges delta specs into main specs, then moves the change to archive/ with a date prefix.
- ▌ Spec Driven Propose · kw12121212 bundlePropose a new spec-driven change. Scaffolds proposal.md, specs/ delta files, design.md, tasks.md, and questions.md for a named change, populated with project context.
- ▌ Spec Driven Spec Edit · kw12121212 bundleCreate or modify individual main spec files under .spec-driven/specs/ directly, without going through the change workflow. For quick corrections, typo fixes, and adding missing spec entries.
- ▌ Spec Driven Brainstorm · kw12121212 bundleDiscuss and brainstorm a spec-driven change from a rough idea, then propose a change name and, after explicit confirmation, generate the same five proposal artifacts as spec-driven-propose.
- ▌ Spec Driven Sync Specs · kw12121212 bundleScan code and specs for drift, directly synchronize spec files, and report the gaps in chat.
- ▌ Spec Driven Maintenance · kw12121212 bundleInspect or run the manual maintenance workflow. Uses explicitly configured repository checks, applies safe auto-fixes, and archives successful maintenance changes.
- ▌ Spec Driven Simple Task · kw12121212 bundleExecute a lightweight ad-hoc task (debugging, documentation, small adjustments) without the full change lifecycle. Assesses spec impact afterward.
- ▌ Spec Driven Resync Code Mapping · kw12121212 bundleRetrofit or repair spec frontmatter mappings between specs, implementation files, and test files.