
10 results

Add new requirements to an existing PRD with interactive refinement and task generation. Supports file paths and URLs in requirement description.

Generate a Product Requirements Document (PRD) from a feature description. Analyzes the codebase, asks clarifying questions, then produces a structured PRD in .plans/. Use when planning a new feature.

Show task status for incomplete task lists across all features. Use when the user wants to check progress on active features.

Execute the hone implement/review/finalize loop. Claude directly implements tasks from a task file, reviews changes, and commits. Each iteration runs in a forked agent context.

Code reviewer for hone task implementation. Reviews git diff for correctness, tests, security, performance, edge cases, and codebase conventions. Use during the review phase of hone run iterations.

Generate AGENTS.md project documentation with feedback instructions, architecture, and conventions. Use when starting a new project or updating project docs.

List all PRDs in .plans/ directory with their status and associated task files.

Archive completed PRDs and their associated files (tasks, progress) to .plans/archive/. Use --dry-run to preview.

Generate a task breakdown YAML from a PRD file. Creates an ordered list of implementable tasks with dependencies and acceptance criteria. Use after creating or reviewing a PRD.