Loading...
Loading...
Use when turning a confirmed outcome into actionable, ordered implementation steps with file-level changes and proof, then stopping before execution.
npx skill4agent add danangjoyoo/nerd nerd-plan| Discipline | Rule |
|---|---|
| Context | Copy the Focus Record. For multiple goals, preserve Goal Ledger IDs, boundaries, dependencies, and one active goal. Never merge goals or proof. |
| TDD | Testable work: red, green, refactor, focused proof, regression proof. Other work: baseline check, minimal change, post-change proof. |
| Task Dependency Graph (TDG) | Give each task an ID, dependencies, ownership, gate, and dependents. Mark critical path and execution waves. Keep only dependent work sequential. |
| Speed | Unless the user requires sequential work, batch known operations and parallelize independent TDG nodes when net faster. Subagents need disjoint ownership, environment support, and one integration owner. Keep adaptive work sequential. |
| Worktrees | For parallel mutations, use one worktree and branch per node. Edit and commit sequentially inside each. Push only with explicit authority. Cherry-pick into the originating target one branch at a time in TDG order; validate each pick, resolve conflicts, then run final proof. Isolation lowers risk; it cannot guarantee conflict-free or correct integration. |
| Boundary | Plan batching, delegation, worktrees, commits, pushes, and cherry-picks. Do not execute them. |
/tmp~/.agent/tmp/./docs/plans/