plastic-intent-planning
SolidWrite implementation plans from a spec. Produces plan.md, checklist.md, and at least one real actions/ACTION_N.md (every tier) in the active intent directory.
AI & Automation 9 stars
0 forks Updated 1 weeks ago MIT
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Writing Plans
## Overview
Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits.
Assume they are a skilled developer, but know almost nothing about our toolset or problem domain. Assume they don't know good test design very well.
**Announce at start:** "I'm using the writing-plans skill to plan intent {id}: {name}."
## Active Intent Gate
Before proceeding, resolve the active intent:
1. **Detect store:** Read `~/.plastic/projects.yml`, match CWD against registered project paths. If match → project store at `~/.plastic/projects/{slug}/store/`. If no match → global store at `~/.plastic/store/`.
2. **Find active intent:** Read `INDEX.md` from the detected store. Look under `## Active`. If exactly one → use it. If multiple → ask which. If none → refuse: "No active intent. Create one first with /plastic-intent-creating"
3. **Resolve intent directory:** `{store}/store/{id}--{slug}/`
4. **Read spec:** Load `{intent_dir}/spec.md`. If no spec exists → refuse: "No spec found. Run /plastic-intent-speccing first."
All artifacts go to the intent directory. Never write to external paths.
## Scope Check
If the spec covers multiple independent subsystems, it should have been broken into sub-project spe...
Details
- Author
- zalom
- Repository
- zalom/plastic
- Created
- 2 months ago
- Last Updated
- 1 weeks ago
- Language
- Ruby
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
3 Updated today
minhtran3124 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
jasonm4130 AI & Automation Listed
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
0 Updated 5 days ago
lhbsaa