writing-plans
SolidUse for complex multi-step tasks. Create a structured plan before writing code. Use when the user asks for a plan, spec, or when the task is too large to implement in one step.
AI & Automation 231 stars
12 forks Updated 6 days ago MIT
Install
Quality Score: 86/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Writing Plans
For complex tasks, always plan before implementing.
## Plan Structure
1. **Goal**: What are we trying to achieve?
2. **Approach**: High-level strategy
3. **Steps**: Ordered, actionable items
4. **Risks**: What could go wrong?
5. **Alternatives**: What else was considered?
## When to Plan
- Task spans multiple files or modules
- User explicitly asks for a plan
- Architecture decisions are needed
- Breaking changes to existing APIs
## Anti-Patterns
- Planning for trivial tasks (single-file, single-function)
- Over-planning: more time planning than coding
- Plan has no action items — just abstract theory
Details
- Author
- peintune
- Repository
- peintune/runjam
- Created
- 1 months ago
- Last Updated
- 6 days ago
- Language
- Rust
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
writing-plans
Use when requirements are sufficiently settled and a multi-step implementation plan, durable handoff, integration sequence, or risk-controlled execution design is needed before coding.
1 Updated 4 days ago
blackstone2333 AI & Automation Listed
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
2 Updated 2 days ago
gorban-dev AI & Automation Listed
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
40 Updated yesterday
The-AIOS