feat: add design-conformance-reviewer agent, weekly-shipped skill, fix counts and worktree constraints

- Add design-conformance-reviewer agent for reviewing code against design docs
- Add weekly-shipped skill for stakeholder summaries from Jira/GitHub
- Fix component counts across marketplace.json, plugin.json, and README
- Add worktree constraints to ce-review and resolve_todo_parallel skills
- Fix typo in resolve_todo_parallel SKILL.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
John Lamb
2026-03-24 09:16:11 -05:00
parent 6aec16b9cc
commit 3e3d122a4b
7 changed files with 346 additions and 7 deletions

View File

@@ -6,16 +6,16 @@ AI-powered development tools that get smarter with every use. Make each unit of
| Component | Count |
|-----------|-------|
| Agents | 28 |
| Commands | 22 |
| Skills | 20 |
| Agents | 25 |
| Commands | 4 |
| Skills | 54 |
| MCP Servers | 1 |
## Agents
Agents are organized into categories for easier discovery.
### Review (15)
### Review (16)
| Agent | Description |
|-------|-------------|
@@ -23,6 +23,7 @@ Agents are organized into categories for easier discovery.
| `architecture-strategist` | Analyze architectural decisions and compliance |
| `code-simplicity-reviewer` | Final pass for simplicity and minimalism |
| `data-integrity-guardian` | Database migrations and data integrity |
| `design-conformance-reviewer` | Review code against design docs for conformance and deviation |
| `data-migration-expert` | Validate ID mappings match production, check for swapped values |
| `deployment-verification-agent` | Create Go/No-Go deployment checklists for risky data changes |
| `dhh-rails-reviewer` | Rails review from DHH's perspective |
@@ -138,6 +139,7 @@ Core workflow commands use `ce:` prefix to unambiguously identify them as compou
| `proof` | Create, edit, and share documents via Proof collaborative editor |
| `resolve-pr-parallel` | Resolve PR review comments in parallel |
| `setup` | Configure which review agents run for your project |
| `weekly-shipped` | Generate weekly stakeholder summary of shipped work from Jira and GitHub |
### Multi-Agent Orchestration