Merge upstream origin/main with local fork additions preserved

Accept upstream's ce-review pipeline rewrite (6-stage persona-based
architecture with structured JSON, confidence gating, three execution
modes). Retire 4 overlapping review agents (security-sentinel,
performance-oracle, data-migration-expert, data-integrity-guardian)
replaced by upstream equivalents. Add 5 local review agents as
conditional personas in the persona catalog (kieran-python, tiangolo-
fastapi, kieran-typescript, julik-frontend-races, architecture-
strategist).

Accept upstream skill renames (file-todos→todo-create, resolve_todo_
parallel→todo-resolve), port local Assessment and worktree constraint
additions to new files. Merge best-practices-researcher with upstream
platform-agnostic discovery + local FastAPI mappings. Remove Rails/Ruby
skills (dhh-rails-style, andrew-kane-gem-writer, dspy-ruby) per fork's
FastAPI pivot.

Component counts: 36 agents, 48 skills, 7 commands.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
John Lamb
2026-03-25 13:28:22 -05:00
parent 207774f44e
commit 0b26ab8fe6
79 changed files with 6584 additions and 8982 deletions

View File

@@ -6,8 +6,9 @@ AI-powered development tools that get smarter with every use. Make each unit of
| Component | Count |
|-----------|-------|
| Agents | 35+ |
| Skills | 40+ |
| Agents | 36 |
| Skills | 48 |
| Commands | 7 |
| MCP Servers | 1 |
## Agents
@@ -23,24 +24,20 @@ Agents are organized into categories for easier discovery.
| `architecture-strategist` | Analyze architectural decisions and compliance |
| `code-simplicity-reviewer` | Final pass for simplicity and minimalism |
| `correctness-reviewer` | Logic errors, edge cases, state bugs |
| `data-integrity-guardian` | Database migrations and data integrity |
| `data-migration-expert` | Validate ID mappings match production, check for swapped values |
| `data-migrations-reviewer` | Migration safety with confidence calibration |
| `deployment-verification-agent` | Create Go/No-Go deployment checklists for risky data changes |
| `dhh-rails-reviewer` | Rails review from DHH's perspective |
| `design-conformance-reviewer` | Verify implementations match design documents |
| `julik-frontend-races-reviewer` | Review JavaScript/Stimulus code for race conditions |
| `kieran-rails-reviewer` | Rails code review with strict conventions |
| `kieran-python-reviewer` | Python code review with strict conventions |
| `kieran-typescript-reviewer` | TypeScript code review with strict conventions |
| `maintainability-reviewer` | Coupling, complexity, naming, dead code |
| `pattern-recognition-specialist` | Analyze code for patterns and anti-patterns |
| `performance-oracle` | Performance analysis and optimization |
| `performance-reviewer` | Runtime performance with confidence calibration |
| `reliability-reviewer` | Production reliability and failure modes |
| `schema-drift-detector` | Detect unrelated schema.rb changes in PRs |
| `security-reviewer` | Exploitable vulnerabilities with confidence calibration |
| `security-sentinel` | Security audits and vulnerability assessments |
| `testing-reviewer` | Test coverage gaps, weak assertions |
| `tiangolo-fastapi-reviewer` | FastAPI code review from tiangolo's perspective |
### Document Review
@@ -64,20 +61,12 @@ Agents are organized into categories for easier discovery.
| `learnings-researcher` | Search institutional learnings for relevant past solutions |
| `repo-research-analyst` | Research repository structure and conventions |
### Design
| Agent | Description |
|-------|-------------|
| `design-implementation-reviewer` | Verify UI implementations match Figma designs |
| `design-iterator` | Iteratively refine UI through systematic design iterations |
| `figma-design-sync` | Synchronize web implementations with Figma designs |
### Workflow
| Agent | Description |
|-------|-------------|
| `bug-reproduction-validator` | Systematically reproduce and validate bug reports |
| `lint` | Run linting and code quality checks on Ruby and ERB files |
| `lint` | Run linting and code quality checks on Python files |
| `pr-comment-resolver` | Address PR comments and implement fixes |
| `spec-flow-analyzer` | Analyze user flows and identify gaps in specifications |
@@ -85,7 +74,7 @@ Agents are organized into categories for easier discovery.
| Agent | Description |
|-------|-------------|
| `ankane-readme-writer` | Create READMEs following Ankane-style template for Ruby gems |
| `python-package-readme-writer` | Create READMEs following concise documentation style for Python packages |
## Commands
@@ -103,6 +92,28 @@ Core workflow commands use `ce:` prefix to unambiguously identify them as compou
| `/ce:compound` | Document solved problems to compound team knowledge |
| `/ce:compound-refresh` | Refresh stale or drifting learnings and decide whether to keep, update, replace, or archive them |
### Writing Commands
| Command | Description |
|---------|-------------|
| `/essay-outline` | Transform a brain dump into a story-structured essay outline |
| `/essay-edit` | Expert essay editor for line-level editing and structural review |
### PR & Todo Commands
| Command | Description |
|---------|-------------|
| `/pr-comments-to-todos` | Fetch PR comments and convert them into todo files for triage |
| `/resolve_todo_parallel` | Resolve all pending CLI todos using parallel processing |
### Deprecated Workflow Aliases
| Command | Forwards to |
|---------|-------------|
| `/workflows:plan` | `/ce:plan` |
| `/workflows:review` | `/ce:review` |
| `/workflows:work` | `/ce:work` |
### Utility Commands
| Command | Description |
@@ -134,25 +145,37 @@ Core workflow commands use `ce:` prefix to unambiguously identify them as compou
| Skill | Description |
|-------|-------------|
| `andrew-kane-gem-writer` | Write Ruby gems following Andrew Kane's patterns |
| `compound-docs` | Capture solved problems as categorized documentation |
| `dhh-rails-style` | Write Ruby/Rails code in DHH's 37signals style |
| `dspy-ruby` | Build type-safe LLM applications with DSPy.rb |
| `fastapi-style` | Write Python/FastAPI code following opinionated best practices |
| `frontend-design` | Create production-grade frontend interfaces |
| `python-package-writer` | Write Python packages following production-ready patterns |
### Content & Workflow
### Content & Writing
| Skill | Description |
|-------|-------------|
| `document-review` | Review documents using parallel persona agents for role-specific feedback |
| `every-style-editor` | Review copy for Every's style guide compliance |
| `todo-create` | File-based todo tracking system |
| `git-worktree` | Manage Git worktrees for parallel development |
| `john-voice` | Write content in John Lamb's authentic voice across all venues |
| `proof` | Create, edit, and share documents via Proof collaborative editor |
| `proof-push` | Push markdown documents to a running Proof server |
| `story-lens` | Evaluate prose quality using George Saunders's craft framework |
### Workflow & Process
| Skill | Description |
|-------|-------------|
| `claude-permissions-optimizer` | Optimize Claude Code permissions from session history |
| `git-worktree` | Manage Git worktrees for parallel development |
| `jira-ticket-writer` | Create Jira tickets with pressure-testing for tone and AI-isms |
| `resolve-pr-parallel` | Resolve PR review comments in parallel |
| `setup` | Configure which review agents run for your project |
| `ship-it` | Ticket, branch, commit, and open a PR in one shot |
| `sync-confluence` | Sync local markdown documentation to Confluence Cloud |
| `todo-create` | File-based todo tracking system |
| `upstream-merge` | Structured workflow for incorporating upstream changes into a fork |
| `weekly-shipped` | Summarize recently shipped work across the team |
### Multi-Agent Orchestration
@@ -172,10 +195,11 @@ Core workflow commands use `ce:` prefix to unambiguously identify them as compou
|-------|-------------|
| `agent-browser` | CLI-based browser automation using Vercel's agent-browser |
### Image Generation
### Image Generation & Diagrams
| Skill | Description |
|-------|-------------|
| `excalidraw-png-export` | Create hand-drawn style diagrams and export as PNG |
| `gemini-imagegen` | Generate and edit images using Google's Gemini API |
**gemini-imagegen features:**