feat(implement-plan): add worktree-isolated plan execution skill (4 variants)

New skill that executes create-plan artifacts in an isolated git worktree
with iterative cross-model milestone review. Supports codex, claude-code,
opencode, and cursor agent variants.
This commit is contained in:
Stefano Fiorini
2026-03-04 18:02:41 -06:00
parent d2970b06bd
commit 262aed2950
7 changed files with 2012 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ This directory contains user-facing docs for each skill.
## Index
- [CREATE-PLAN.md](./CREATE-PLAN.md) — Includes requirements, install, verification, and execution workflow for create-plan.
- [IMPLEMENT-PLAN.md](./IMPLEMENT-PLAN.md) — Includes requirements, install, verification, and milestone review workflow for implement-plan.
- [WEB-AUTOMATION.md](./WEB-AUTOMATION.md) — Includes requirements, install, dependency verification, and usage examples for web-automation.
## Repo Setup