project-management
2
总安装量
2
周安装量
#70031
全站排名
安装命令
npx skills add https://github.com/sraloff/gravityboots --skill project-management
Agent 安装分布
opencode
2
gemini-cli
2
claude-code
2
github-copilot
2
codex
2
kimi-cli
2
Skill 文档
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.
3. Communication
- Clarity: Use “Decision: X due to Y” format when making architectural choices.
- Blockers: Raise blockers immediately. Do not guess.
4. Artifacts
- Proposal Docs: Save major architectural decisions to
docs/decisions/YYYY-MM-DD-feature-name.md. - Status: Keep the user informed of the percentage complete of the current phase.