Add installable create-plan skills for codex, claude-code, and opencode
This commit is contained in:
18
README.md
18
README.md
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user