Analyze existing codebase to inform spec design. Scans specified packages or directories to extract architecture patterns, public APIs, dependency relationships, and test coverage. Output feeds directly into design.md.
Close out a completed spec. Verifies all acceptance criteria are met, updates spec status to completed, captures knowledge learned during implementation, and updates the spec index.
Generate a handoff report for transitioning work between tools (Claude Code to Cursor, or vice versa). Summarizes spec status, progress, decisions made, and how to continue.
Implement features by working through tasks.md step by step with TDD. Reads the full spec (requirements.md, design.md, tasks.md), implements each task in order, and updates progress. Works in both Claude Code and Cursor.
Initialize a new SDD spec directory with templates. Creates specs/KNOW-{NNN}-{description}/ with requirements.md, design.md, and tasks.md populated from templates. Auto-assigns the next available ticket number.
Perform a comprehensive spec compliance review. Combines AGENTS.md review checklist with spec-specific checks against requirements.md, design.md, and tasks.md. Produces a structured review report with pass/fail/warn per item.
Generate or refine the three SDD spec files (requirements.md, design.md, tasks.md) for an existing spec directory. Analyzes the codebase, conducts user dialogue for requirements, and produces implementation-ready specifications.
Display a dashboard of all specs and their progress. Shows status, completion percentage, and last update for each spec in specs/. Quick overview of the SDD pipeline.
Synchronize specs/tasks.md with Plans.md. Expands spec tasks into Plans.md format with spec reference links, and reflects Plans.md completions back to tasks.md. Bridges SDD and Harness workflows.
Validate that implementation satisfies spec acceptance criteria. Maps each criterion in requirements.md to corresponding tests, runs them, and reports pass/fail per criterion. Use after implementation, before PR creation.
★not rated 3 1mo agoA42 tokens
originalMIT
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: