Subagent-Driven Development
Execute implementation plans by dispatching a fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review.
Core Principle
Fresh subagent per task + two-stage review (spec then quality) = high quality, fast iteration.
When to Use
Use when:
- You have an implementation plan
- Tasks are mostly independent
- You want to stay in the current session
If tasks need different sessions, use executing-plans skill instead.
Two-Stage Review
Stage 1: Spec Compliance
- Does it meet the requirements?
- Does it solve the right problem?
Stage 2: Code Quality
- Is the code clean and maintainable?
- Are tests comprehensive?
- Is documentation adequate?
This separation ensures both correctness and quality.
Comments
No comments yet. Be the first to comment!
Related Tools
Writing Plans Skill
github.com/obra/superpowers
Create comprehensive implementation plans with bite-sized tasks assuming zero context, before touching code.
Test-Driven Development Skill
github.com/obra/superpowers
Write tests first, watch them fail, then write minimal code to pass - ensuring code quality through TDD methodology.
Brainstorming Skill
github.com/obra/superpowers
Explores user intent, requirements and design before implementation through collaborative dialogue.
Related Insights
Skills + Hooks + Plugins: How Anthropic Redefined AI Coding Tool Extensibility
An in-depth analysis of Claude Code's trinity architecture of Skills, Hooks, and Plugins. Explore why this design is more advanced than GitHub Copilot and Cursor, and how it redefines AI coding tool extensibility through open standards.
Claude Code's Next Frontier: Not Code, But Your Local Obsidian Knowledge Base
Explore how Obsidian + Claude Code transforms from a knowledge management tool into your private AI assistant. Complete guide including obsidian-skills, Claudian plugin, Claudesidian template, and best practices for achieving both data privacy and AI capabilities.

Anthropic Subagent: The Multi-Agent Architecture Revolution
Deep dive into Anthropic multi-agent architecture design. Learn how Subagents break through context window limitations, achieve 90% performance improvements, and real-world applications in Claude Code.