A decomposition-first approach to building software with AI assistance
4–5 planning turns, then one “go do it” turn
Break down the problem. Leave room for insight. Look for generalization.
Fresh workspace per task. Destroy when done. Never return to old sessions.
“Done” means “verified working.” Not a separate step.
One feature, one workspace. If you’re thinking “I’ll come back to this” — too big.
“What else could benefit from this?” Look for the broader opportunity.
Brainstorm first with multiple agents, research second. Iterate deeply.
| Anti-Pattern | Deliberate Alternative |
|---|---|
| Jump to implementation | Decompose first (4–5 turns) |
| One mega-session | Ephemeral workspaces, fresh each task |
| “Test it later” | Validation is implicit in “done” |
| Single approach | Explore 2–3 alternatives |
| One-off solutions | Look for generalization opportunities |
| Returning to old sessions | New task = new session, always |
Data as of: February 20, 2026
Feature status: Archived / Inactive (repository in ~/dev/ANext/Inactive/)
Repository: ramparte/amplifier-bundle-deliberate-development (GitHub, public)
Research performed:
git log --oneline → 4 commits foundgit log --format="%ai %s" → Jan 20–31 2026git log --format="%an" | sort | uniq -c → 1 author (Sam Schillace)find . -name "*.md" -path "*/agents/*" | wc -l → 4 agentsfind . -name "*.yaml" -path "*/recipes/*" | wc -l → 9 recipesfind . \( -name "*.md" -o -name "*.yaml" \) | xargs wc -l → 5,732 totalgit remote -v → ramparte/ org confirmedGaps: Token cost estimates from a prior version of this deck were unverifiable and have been removed. Bundle validation claims were self-referential and have been removed.
Stop rushing. Start deliberating.