From intentracker
Guides you through updating or creating the project intent section in AGENTS.md, capturing goals, constraints, decisions, and open questions.
How this command is triggered — by the user, by Claude, or both
Slash command
/intentracker:intent-updateThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /intent:update Guide the user through updating their project intent. If no `AGENTS.md` or `## Intent` section exists: 1. Ask: "What are you building? What are the main goals?" 2. Ask: "Any constraints I should know about? (tech stack, performance requirements, things to avoid)" 3. Ask: "Any decisions you've already made that I should track?" 4. Create `AGENTS.md` with the `## Intent` section populated from their answers. Include the self-describing preamble. 5. Confirm with a summary of what was captured. If intent already exists: 1. Show the current intent. 2. Ask: "What's ch...
Guide the user through updating their project intent.
If no AGENTS.md or ## Intent section exists:
AGENTS.md with the ## Intent section populated
from their answers. Include the self-describing preamble.If intent already exists:
Keep the conversation natural. Don't make it feel like filling out a form.
npx claudepluginhub antfu/intentracker --plugin intentracker/iterate_planUpdates an existing implementation plan file based on user feedback, reading the plan, researching codebase with agents if needed, and iterating structure.
/iterate-planUpdates an existing implementation plan based on feedback. Prompts for plan path or changes if missing, then surgically edits while preserving structure.
/iterate_planUpdates an existing implementation plan file with specified changes, researching the codebase if needed using specialized tools, and producing a revised plan.
/project-briefFills and improves project brief through gap-driven conversation, section by section. Also supports --review for analysis and --force to recreate from template.