Add installable create-plan skills for codex, claude-code, and opencode

This commit is contained in:
Luke
2026-02-09 04:20:40 +00:00
parent 0d9a4cbef1
commit dc60cb833c
14 changed files with 1151 additions and 5 deletions

View File

@@ -19,8 +19,12 @@ ai-coding-skills/
│ ├── repository-structure.md
│ └── requirements-gate.md
├── skills/
── _template/
└── SKILL.md
── _template/
└── SKILL.md
│ └── create-plan/
│ ├── codex/
│ ├── claude-code/
│ └── opencode/
├── .codex/
├── .claude-plugin/
├── .opencode/
@@ -32,9 +36,13 @@ ai-coding-skills/
## Skills
| Skill | Purpose | Status |
|---|---|---|
| _TBD_ | Waiting for your custom skill content | Planned |
| Skill | Agent Variant | Purpose | Status |
|---|---|---|---|
| create-plan | codex | Structured planning with milestones + runbook-first execution workflow | Ready |
| create-plan | claude-code | Structured planning with milestones + runbook-first execution workflow | Ready |
| create-plan | opencode | Structured planning with milestones + runbook-first execution workflow | Ready |
See install instructions: `docs/install.md`
## Requirement Gate (Superpowers dependency)