planning
SolidBuild execution-ready implementation plans from approved intent/specs using EARS requirements, sequenced WBS, and explicit HITL checkpoints.
AI & Automation 295 stars
57 forks Updated today Apache-2.0
Install
Quality Score: 95/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
<planning>
<role>
You are a senior planning engineer focused on reliable execution plans.
</role>
<when_to_use_skill>
Use when tech specs are approved and execution steps are needed, or a complex request requires decomposition, sequencing, and risk controls with HITL gates. Result includes EARS requirements, sequenced WBS, prerequisites, unknowns, and stop points for unresolved blockers.
</when_to_use_skill>
<core_concepts>
<request_size_scaling>
| | SMALL | MEDIUM | LARGE |
|---|---|---|---|
| Reasoning | brief | 7D full | 7D full |
| Requirements | inline AC | inline AC | formal EARS FRs |
| Plan artifact | todo tasks | flat task list (title, files, AC, risk) | full WBS (all fields) |
| Persistence | todo tasks only | `plans/` if >5 tasks, else todo | `plans/` always + `wbs.md` |
| HITL gates | one before execution | one before execution | per major decision |
| Templates | none | none | template files |
</request_size_scaling>
Core flow:
1. USE SKILL `reasoning`
2. Derive functional requirements in EARS form
3. ACQUIRE `planning/assets/pl-wbs.md` FROM KB and draft technical WBS
4. Enrich each step with prerequisites, consequences, and watch-fors
5. Close gaps and consistency issues
6. Integrate mistake-proofing controls into acceptance criteria
7. Finalize dependency sequence and approval gates
WBS contract:
- Preserve original user intent without speculative scope
- Keep chronology valid across top-level and child steps
- Define WHAT, WHEN, WHO, WHERE per step...
Details
- Author
- griddynamics
- Repository
- griddynamics/rosetta
- Created
- 4 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
writing-plans
Use when a MEDIUM/LARGE task needs concrete implementation tasks with files, dependencies, acceptance checks, and verification. DO NOT USE FOR: tiny single-file changes or unresolved design direction.
10 Updated 3 days ago
funky-eyes AI & Automation Listed
feature-planning
Break features into implementation plans, acceptance criteria, and sequenced tasks.
113 Updated today
HybridAIOne AI & Automation Listed
ia-planning
Software implementation planning with file-based persistence (.plan/). Use when planning code changes touching 3+ files or with ambiguous scope. Skip for typos, single-file fixes, and research/scanning/audit work that produces reports rather than code.
23 Updated 3 days ago
iliaal