Command Cursor
Initialize a Keep a Changelog format file from template.
Command Cursor
Initialize a Keep a Changelog format file from template.
Command Cursor
Cut a release by transforming [Unreleased] into versioned section.
Command Cursor
Add entries to [Unreleased] section with duplicate detection.
Command Cursor
Verify changelog format compliance and structural integrity.
Command Cursor
Diagnoses software failures by combining deterministic evidence gathering with agent judgment. Models failures as medical cases. Idempotent — run repeatedly until confident diagnosis, then generate schema-based treatment.
Command Cursor
AI-enabled, deterministic codebase search. Converts vague intent into explicit, auditable grep parameters and executes a stable surface scan over disk.
Command Cursor
Merges markdown chunks back into a single document, reversing the split operation with integrity checks.
Command Cursor
Agent review for markdown quality, clarity, and structural integrity. Leverages deterministic lint output as input for subjective assessment.
Command Cursor
Splits a Markdown file by H2 headings into numbered documents and generates an index file.
Command Cursor
Compile .plan/active.yaml into a schema-validated active plan directory under .plan/active/.
Command Cursor
Shape and stabilize plan intent idempotently into .plan/active.yaml until plan-create is invoked.
Command Cursor
Execute tasks in the active plan under .plan/active/. Writes concrete Output and Handoff for each task and archives the plan once terminal.
Command Cursor
Compile the YAML artifact into PROMPT.md with deterministic structure. A final agent pass polishes for fluidity, conciseness, and correctness.
Command Cursor
Execute the forged prompt exactly as written. Requires explicit consent and a ready artifact. Deletes artifact after successful execution.
Command Cursor
Shape, refine, and stabilize human intent into a canonical prompt artifact. Iteratively clarifies ambiguity until user confirms readiness.
Command Cursor
Detect object-oriented abusers smells (Switch Statements) using deterministic heuristics and append findings to .sniff/findings.jsonl.
Command Cursor
Detect bloaters smells (Long Method, Large Class, Long Parameter List) using deterministic heuristics and append findings to .sniff/findings.jsonl.
Command Cursor
Detect couplers smells (Message Chains, Feature Envy) using deterministic heuristics and append findings to .sniff/findings.jsonl.
Command Cursor
List findings in .sniff/findings.jsonl, validate anchors, reanchor stale findings when code shifts, and regenerate .sniff/index.json.
Command Cursor
Detect change preventers smells (Shotgun Surgery) using deterministic heuristics and append findings to .sniff/findings.jsonl.
Command Cursor
Close a task by setting state to closed, recording closereason and closedat. Recomputes intent hash and clears .tasks/.active if it pointed to this task.
Command Cursor
Create a new task file in .tasks/ .md from template. Sets timestamps, computes initial intent hash, and optionally auto-selects the task.
Command Cursor
List tasks in .tasks/ with derived flags (stale, hash mismatch). Supports filtering by state and staleness. Stable ordering by updatedat.
Command Cursor
Select a task by writing its ID to .tasks/.active. Prints the selected task path and any suspicion flags (stale, hash mismatch) to encourage skepticism.