From principled-implementation
Implementation orchestration strategy for the Principled framework. Consult when working with DDD plan execution, git worktrees for task isolation, task manifests, or the decompose-spawn-validate-merge lifecycle. Covers worktree management, sub-agent patterns, task state machines, and manifest schema.
How this skill is triggered — by the user, by Claude, or both
Slash command
/principled-implementation:impl-strategyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides Claude Code with comprehensive knowledge of the Principled implementation orchestration strategy. It is not directly invocable — it informs Claude's behavior when implementation-related context is encountered.
This skill provides Claude Code with comprehensive knowledge of the Principled implementation orchestration strategy. It is not directly invocable — it informs Claude's behavior when implementation-related context is encountered.
Activate this knowledge when:
.impl/ directory or manifest.jsonRead these files for detailed guidance on specific topics:
reference/task-lifecycle.md — Complete task state machine: pending → in_progress → validating → passed|failed → merged|abandoned. Defines all valid transitions, retry behavior, and terminal states.reference/orchestration-guide.md — Full lifecycle walkthrough: decompose → spawn → validate → merge/re-decompose. Covers phase iteration, error recovery, merge conflict handling, and the decision framework for handling failures.reference/manifest-schema.md — JSON schema for .impl/manifest.json. Field descriptions, types, valid status values, and concurrency notes.isolation: worktree. No task can interfere with another or with the main working tree..impl/manifest.json. Scripts read and update it atomically..impl/manifest.json directly.npx claudepluginhub alexnodeland/principled --plugin principled-implementationExecutes implementation plans by dispatching tasks to implementer and reviewer subagents. Tracks progress per-task and coordinates sequential phases.
Executes implementation plans with automatic sequential/parallel orchestration, handling worktree verification, resume detection, phase dispatch, and quality verification.
Orchestrates a full build pipeline from PRD: plans tasks, implements in parallel, and reviews results. Routes simple work to a lighter workflow.