|
2 | 2 |
|
3 | 3 |       |
4 | 4 |
|
5 | | -> **A reusable AI agent-team framework for your editor.** 40 agent skills (a 15-agent core team + optional specialists + auto-loading language skills + cross-cutting process skills) plus a `workflow-engine` and an **enforced, proportional workflow** with approval gates — *process, not prompts*. Installs as a **Claude Code plugin**, or via the universal installer for Cursor, Kiro & VS Code. Open-source, no lock-in, free by default. |
| 5 | +> **A reusable AI agent-team framework for your editor.** 42 agent skills (a 15-agent core team + optional specialists + auto-loading language skills + cross-cutting process skills) plus a `workflow-engine` and an **enforced, proportional workflow** with approval gates — *process, not prompts*. Installs as a **Claude Code plugin**, or via the universal installer for Cursor, Kiro & VS Code. Open-source, no lock-in, free by default. |
6 | 6 |
|
7 | 7 | ``` |
8 | 8 | /po → /arch → /secops → [/fin] → [/legal] → [/ui] → /fe | /be → /rev → /qa + /e2e → /verify |
9 | 9 | ``` |
10 | 10 |
|
11 | 11 | The framework is a portable agent layer you install once and use across every project. It ships four things: |
12 | 12 |
|
13 | | -- **Agent skills** (`claude/skills/`) — lean `SKILL.md` personas that load deep `references/` on demand; tech stacks (React/Angular/Vue, Java/Kotlin/Python/PHP, …) are references the role *self-routes* to, not separate agents. Core languages (Rust; SQL with Postgres/MySQL/Oracle/SQLite branches) are the deliberate exception: knowledge skills in `claude/skills/development/languages/` that **auto-load from context** whenever that language is written or reviewed — no persona, no command. |
| 13 | +- **Agent skills** (`claude/skills/`) — lean `SKILL.md` personas that load deep `references/` on demand; tech stacks (React/Angular/Vue, Java/Kotlin/Python/PHP, …) are references the role *self-routes* to, not separate agents. Core languages (Rust, Java, TypeScript; SQL with Postgres/MySQL/Oracle/SQLite branches) are the deliberate exception: knowledge skills in `claude/skills/development/languages/` that **auto-load from context** whenever that language is written or reviewed — no persona, no command. |
14 | 14 | - **The `workflow-engine`** — a skill that classifies each change and **refuses** to skip a required gate. |
15 | 15 | - **`workflow.yaml`** — a versioned workflow definition, right-sized to the change via `solo` → `small-team` → `regulated` presets. |
16 | 16 | - **Distribution** — a Claude Code **plugin** (declare it once per project; the commit SHA is the version, so every push is an update), or **`install.sh`**, which wires the skills, commands and templates into whichever editor(s) you use. |
@@ -185,13 +185,13 @@ generated at the destination: |
185 | 185 | ├── CLAUDE.md # generated pointer (TDD workflow, approval gates) |
186 | 186 | ├── TEAM_WORKFLOW.md # Complete team process documentation |
187 | 187 | │ |
188 | | -├── skills/ # 40 agent skill files (15 core + specialists + language + process skills) |
| 188 | +├── skills/ # 42 agent skill files (15 core + specialists + language + process skills) |
189 | 189 | │ ├── management/ # Product Owner, Scrum Master, Business Analyst |
190 | 190 | │ ├── architecture/ # Solution Architect, GraphQL Developer |
191 | 191 | │ ├── development/ |
192 | 192 | │ │ ├── backend/ # Java/Spring, Kotlin, PHP/Laravel, Python/FastAPI |
193 | 193 | │ │ ├── frontend/ # React/Next.js, Angular, Vue, Flutter |
194 | | -│ │ ├── languages/ # Rust, SQL (auto-loading knowledge skills, no persona) |
| 194 | +│ │ ├── languages/ # Rust, Java, TypeScript, SQL (auto-loading knowledge skills, no persona) |
195 | 195 | │ │ └── mobile/ # Native iOS/Android |
196 | 196 | │ ├── quality/ |
197 | 197 | │ │ ├── review/ # Full-stack, Backend, Frontend, PHP reviewers |
|
0 commit comments