project-management
Installation
SKILL.md
Project Management (OpenSpec Style)
When to use this skill
- Starting a large, multi-file feature.
- When the user asks to "make a plan" or "propose a solution".
- Managing scope creep or ambiguity.
1. The Workflow (Propose -> Plan -> Execute)
- Proposal: Before writing code, create a brief Markdown proposal (in memory or a scratchpad) outlining the Approach.
- Why: Ensures we solve the right problem.
- Check: Ask "Does this approach make sense?"
- Plan: Once approved, break it down into a granular checklist (like
task.mdorcurrent-plan.md). - Execute: rapid iteration on the tasks.
2. Managing Context
- Memory: Keep
memory.jsonupdated with the current phase of the project. - Summarization: If the plan gets too long, summarize completed items into a single "Completed History" block.