feat: add ce:plan-beta and deepen-plan-beta as standalone beta skills

Create separate beta skills instead of gating existing ones. Stable
ce:plan and deepen-plan are restored to main versions. Beta skills
reference each other and work standalone outside lfg/slfg orchestration.
This commit is contained in:
Trevin Chow
2026-03-17 09:23:06 -07:00
parent b2b23ddbd3
commit ad53d3d657
5 changed files with 1840 additions and 643 deletions

View File

@@ -7,7 +7,7 @@ AI-powered development tools that get smarter with every use. Make each unit of
| Component | Count |
|-----------|-------|
| Agents | 29 |
| Skills | 42 |
| Skills | 44 |
| MCP Servers | 1 |
## Agents
@@ -156,6 +156,17 @@ Core workflow commands use `ce:` prefix to unambiguously identify them as compou
|-------|-------------|
| `agent-browser` | CLI-based browser automation using Vercel's agent-browser |
### Beta Skills
Experimental versions of core workflow skills. These are being tested before replacing their stable counterparts. They work standalone but are not yet wired into the automated `lfg`/`slfg` orchestration.
| Skill | Description | Replaces |
|-------|-------------|----------|
| `ce:plan-beta` | Decision-first planning focused on boundaries, sequencing, and verification | `ce:plan` |
| `deepen-plan-beta` | Selective stress-test that targets weak sections with research | `deepen-plan` |
To test: invoke `/ce:plan-beta` or `/deepen-plan-beta` directly. Plans produced by the beta skills are compatible with `/ce:work`.
### Image Generation
| Skill | Description |