@namch/agent-assistant 1.1.1 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +35 -1
- package/README.md +7 -2
- package/agents/backend-engineer.md +1 -1
- package/agents/brainstormer.md +1 -1
- package/agents/business-analyst.md +1 -1
- package/agents/database-architect.md +1 -1
- package/agents/debugger.md +1 -1
- package/agents/designer.md +1 -1
- package/agents/devops-engineer.md +1 -1
- package/agents/docs-manager.md +1 -1
- package/agents/frontend-engineer.md +1 -1
- package/agents/game-engineer.md +1 -1
- package/agents/mobile-engineer.md +1 -1
- package/agents/performance-engineer.md +1 -1
- package/agents/planner.md +1 -1
- package/agents/project-manager.md +1 -1
- package/agents/reporter.md +1 -1
- package/agents/researcher.md +1 -1
- package/agents/reviewer.md +1 -1
- package/agents/scouter.md +1 -1
- package/agents/security-engineer.md +1 -1
- package/agents/teams/backend-team/executor.md +188 -0
- package/agents/teams/backend-team/reviewer.md +328 -0
- package/agents/teams/backend-team/techlead.md +166 -0
- package/agents/teams/database-team/executor.md +189 -0
- package/agents/teams/database-team/reviewer.md +333 -0
- package/agents/teams/database-team/techlead.md +168 -0
- package/agents/teams/debug-team/executor.md +195 -0
- package/agents/teams/debug-team/reviewer.md +324 -0
- package/agents/teams/debug-team/techlead.md +173 -0
- package/agents/teams/design-team/executor.md +196 -0
- package/agents/teams/design-team/reviewer.md +405 -0
- package/agents/teams/design-team/techlead.md +170 -0
- package/agents/teams/devops-team/executor.md +199 -0
- package/agents/teams/devops-team/reviewer.md +332 -0
- package/agents/teams/devops-team/techlead.md +168 -0
- package/agents/teams/docs-team/executor.md +196 -0
- package/agents/teams/docs-team/reviewer.md +331 -0
- package/agents/teams/docs-team/techlead.md +168 -0
- package/agents/teams/frontend-team/executor.md +190 -0
- package/agents/teams/frontend-team/reviewer.md +333 -0
- package/agents/teams/frontend-team/techlead.md +169 -0
- package/agents/teams/fullstack-team/executor.md +290 -0
- package/agents/teams/fullstack-team/reviewer.md +365 -0
- package/agents/teams/fullstack-team/techlead.md +254 -0
- package/agents/teams/game-team/executor.md +193 -0
- package/agents/teams/game-team/reviewer.md +331 -0
- package/agents/teams/game-team/techlead.md +167 -0
- package/agents/teams/mobile-team/executor.md +192 -0
- package/agents/teams/mobile-team/reviewer.md +328 -0
- package/agents/teams/mobile-team/techlead.md +168 -0
- package/agents/teams/performance-team/executor.md +192 -0
- package/agents/teams/performance-team/reviewer.md +322 -0
- package/agents/teams/performance-team/techlead.md +175 -0
- package/agents/teams/planning-team/executor.md +197 -0
- package/agents/teams/planning-team/reviewer.md +279 -0
- package/agents/teams/planning-team/techlead.md +169 -0
- package/agents/teams/project-team/executor.md +190 -0
- package/agents/teams/project-team/reviewer.md +328 -0
- package/agents/teams/project-team/techlead.md +168 -0
- package/agents/teams/qa-team/executor.md +198 -0
- package/agents/teams/qa-team/reviewer.md +271 -0
- package/agents/teams/qa-team/techlead.md +175 -0
- package/agents/teams/report-team/executor.md +195 -0
- package/agents/teams/report-team/reviewer.md +328 -0
- package/agents/teams/report-team/techlead.md +168 -0
- package/agents/teams/research-team/executor.md +200 -0
- package/agents/teams/research-team/reviewer.md +272 -0
- package/agents/teams/research-team/techlead.md +168 -0
- package/agents/teams/security-team/executor.md +193 -0
- package/agents/teams/security-team/reviewer.md +338 -0
- package/agents/teams/security-team/techlead.md +178 -0
- package/agents/tech-lead.md +1 -1
- package/agents/tester.md +1 -1
- package/cli/README.md +19 -2
- package/cli/install.js +282 -7
- package/cli/install.test.js.example +1 -1
- package/code-assistants/codex-assistant/CODEX.md +235 -0
- package/code-assistants/codex-assistant/agents/backend-engineer.toml +26 -0
- package/code-assistants/codex-assistant/agents/brainstormer.toml +26 -0
- package/code-assistants/codex-assistant/agents/business-analyst.toml +26 -0
- package/code-assistants/codex-assistant/agents/database-architect.toml +26 -0
- package/code-assistants/codex-assistant/agents/debugger.toml +26 -0
- package/code-assistants/codex-assistant/agents/designer.toml +26 -0
- package/code-assistants/codex-assistant/agents/devops-engineer.toml +26 -0
- package/code-assistants/codex-assistant/agents/docs-manager.toml +26 -0
- package/code-assistants/codex-assistant/agents/frontend-engineer.toml +26 -0
- package/code-assistants/codex-assistant/agents/game-engineer.toml +26 -0
- package/code-assistants/codex-assistant/agents/mobile-engineer.toml +26 -0
- package/code-assistants/codex-assistant/agents/performance-engineer.toml +26 -0
- package/code-assistants/codex-assistant/agents/planner.toml +26 -0
- package/code-assistants/codex-assistant/agents/project-manager.toml +26 -0
- package/code-assistants/codex-assistant/agents/reporter.toml +26 -0
- package/code-assistants/codex-assistant/agents/researcher.toml +26 -0
- package/code-assistants/codex-assistant/agents/reviewer.toml +26 -0
- package/code-assistants/codex-assistant/agents/scouter.toml +26 -0
- package/code-assistants/codex-assistant/agents/security-engineer.toml +26 -0
- package/code-assistants/codex-assistant/agents/tech-lead.toml +26 -0
- package/code-assistants/codex-assistant/agents/tester.toml +26 -0
- package/code-assistants/codex-assistant/config.toml +109 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-ask/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-ask/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-ask-fast/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-ask-fast/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-ask-hard/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-ask-hard/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-auto/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-auto/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-brainstorm/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-brainstorm/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-brainstorm-fast/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-brainstorm-fast/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-brainstorm-hard/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-brainstorm-hard/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-brainstorm-team/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-brainstorm-team/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-code/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-code/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-code-fast/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-code-fast/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-code-focus/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-code-focus/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-code-hard/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-code-hard/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-code-team/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-code-team/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-cook/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-cook/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-cook-fast/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-cook-fast/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-cook-focus/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-cook-focus/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-cook-hard/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-cook-hard/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-cook-team/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-cook-team/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-debug/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-debug/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-debug-fast/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-debug-fast/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-debug-focus/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-debug-focus/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-debug-hard/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-debug-hard/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-debug-team/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-debug-team/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-deploy/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-deploy/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-deploy-check/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-deploy-check/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-deploy-preview/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-deploy-preview/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-deploy-production/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-deploy-production/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-deploy-rollback/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-deploy-rollback/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-design/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-design/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-design-fast/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-design-fast/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-design-focus/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-design-focus/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-design-hard/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-design-hard/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-design-team/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-design-team/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-docs/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-docs/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-docs-audit/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-docs-audit/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-docs-business/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-docs-business/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-docs-core/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-docs-core/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-fix/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-fix/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-fix-fast/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-fix-fast/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-fix-focus/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-fix-focus/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-fix-hard/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-fix-hard/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-fix-team/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-fix-team/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-plan/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-plan/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-plan-fast/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-plan-fast/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-plan-focus/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-plan-focus/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-plan-hard/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-plan-hard/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-plan-team/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-plan-team/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-report/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-report/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-report-fast/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-report-fast/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-report-focus/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-report-focus/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-report-hard/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-report-hard/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-report-team/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-report-team/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-review/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-review/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-review-fast/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-review-fast/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-review-hard/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-review-hard/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-review-team/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-review-team/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-test/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-test/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-test-fast/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-test-fast/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-test-focus/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-test-focus/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-test-hard/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-test-hard/agents/openai.yaml +4 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-test-team/SKILL.md +18 -0
- package/code-assistants/codex-assistant/skills/agent-assistant-test-team/agents/openai.yaml +4 -0
- package/code-assistants/copilot-assistant/agent-assistant.agent.md +0 -25
- package/commands/brainstorm/team.md +295 -0
- package/commands/brainstorm.md +5 -0
- package/commands/code/team.md +456 -0
- package/commands/code.md +5 -0
- package/commands/cook/team.md +609 -0
- package/commands/cook.md +5 -0
- package/commands/debug/team.md +396 -0
- package/commands/debug.md +5 -0
- package/commands/design/team.md +567 -0
- package/commands/design.md +5 -0
- package/commands/fix/team.md +596 -0
- package/commands/fix.md +5 -0
- package/commands/plan/team.md +358 -0
- package/commands/plan.md +5 -0
- package/commands/report/team.md +502 -0
- package/commands/report.md +5 -0
- package/commands/review/team.md +353 -0
- package/commands/review.md +5 -0
- package/commands/test/team.md +303 -0
- package/commands/test.md +5 -0
- package/documents/SMART-SKILL-ORCHESTRATION-BLUEPRINT.md +4 -2
- package/documents/business/business-prd.md +2 -1
- package/documents/business/business-workflows.md +2 -2
- package/documents/knowledge-architecture.md +13 -12
- package/documents/knowledge-domain.md +2 -2
- package/documents/knowledge-overview.md +2 -2
- package/documents/knowledge-source-base.md +4 -0
- package/package.json +5 -2
- package/rules/AGENTS.md +55 -0
- package/rules/CORE.md +1 -0
- package/rules/PHASES.md +58 -0
- package/rules/TEAMS.md +530 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: agent-assistant-report-hard
|
|
3
|
+
description: "⚡ Detailed Report — Comprehensive project analysis and documentation. Use when user types /report:hard."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /report:hard
|
|
7
|
+
|
|
8
|
+
> Activates Agent Assistant `/report:hard` workflow.
|
|
9
|
+
|
|
10
|
+
## Rules
|
|
11
|
+
|
|
12
|
+
1. **Load first**: `~/.codex/skills/agent-assistant/rules/CORE.md` — follow all 10 Laws
|
|
13
|
+
2. **Agents**: Spawn via Codex native multi-agent (`~/.codex/agents/`)
|
|
14
|
+
3. **Skills**: Resolve from `~/.codex/skills/agent-assistant/matrix-skills/`
|
|
15
|
+
|
|
16
|
+
## Workflow
|
|
17
|
+
|
|
18
|
+
**Load and follow**: `~/.codex/skills/agent-assistant/commands/report/hard.md`
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: agent-assistant-report-team
|
|
3
|
+
description: "🔺 Team Report — Golden Triangle adversarial collaboration. Use when user types /report:team."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /report:team
|
|
7
|
+
|
|
8
|
+
> Activates Agent Assistant `/report:team` workflow.
|
|
9
|
+
|
|
10
|
+
## Rules
|
|
11
|
+
|
|
12
|
+
1. **Load first**: `~/.codex/skills/agent-assistant/rules/CORE.md` — follow all 10 Laws
|
|
13
|
+
2. **Agents**: Spawn via Codex native multi-agent (`~/.codex/agents/`)
|
|
14
|
+
3. **Skills**: Resolve from `~/.codex/skills/agent-assistant/matrix-skills/`
|
|
15
|
+
|
|
16
|
+
## Workflow
|
|
17
|
+
|
|
18
|
+
**Load and follow**: `~/.codex/skills/agent-assistant/commands/report/team.md`
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: agent-assistant-review
|
|
3
|
+
description: "🔍 Review Router — Route to code review workflows. Use when user types /review."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /review
|
|
7
|
+
|
|
8
|
+
> Activates Agent Assistant `/review` workflow.
|
|
9
|
+
|
|
10
|
+
## Rules
|
|
11
|
+
|
|
12
|
+
1. **Load first**: `~/.codex/skills/agent-assistant/rules/CORE.md` — follow all 10 Laws
|
|
13
|
+
2. **Agents**: Spawn via Codex native multi-agent (`~/.codex/agents/`)
|
|
14
|
+
3. **Skills**: Resolve from `~/.codex/skills/agent-assistant/matrix-skills/`
|
|
15
|
+
|
|
16
|
+
## Workflow
|
|
17
|
+
|
|
18
|
+
**Load and follow**: `~/.codex/skills/agent-assistant/commands/review.md`
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: agent-assistant-review-fast
|
|
3
|
+
description: "⚡ Quick Review — Fast PR/file review. Use when user types /review:fast."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /review:fast
|
|
7
|
+
|
|
8
|
+
> Activates Agent Assistant `/review:fast` workflow.
|
|
9
|
+
|
|
10
|
+
## Rules
|
|
11
|
+
|
|
12
|
+
1. **Load first**: `~/.codex/skills/agent-assistant/rules/CORE.md` — follow all 10 Laws
|
|
13
|
+
2. **Agents**: Spawn via Codex native multi-agent (`~/.codex/agents/`)
|
|
14
|
+
3. **Skills**: Resolve from `~/.codex/skills/agent-assistant/matrix-skills/`
|
|
15
|
+
|
|
16
|
+
## Workflow
|
|
17
|
+
|
|
18
|
+
**Load and follow**: `~/.codex/skills/agent-assistant/commands/review/fast.md`
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: agent-assistant-review-hard
|
|
3
|
+
description: "⚡⚡⚡ Full Review — Deep code analysis with architecture review. Use when user types /review:hard."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /review:hard
|
|
7
|
+
|
|
8
|
+
> Activates Agent Assistant `/review:hard` workflow.
|
|
9
|
+
|
|
10
|
+
## Rules
|
|
11
|
+
|
|
12
|
+
1. **Load first**: `~/.codex/skills/agent-assistant/rules/CORE.md` — follow all 10 Laws
|
|
13
|
+
2. **Agents**: Spawn via Codex native multi-agent (`~/.codex/agents/`)
|
|
14
|
+
3. **Skills**: Resolve from `~/.codex/skills/agent-assistant/matrix-skills/`
|
|
15
|
+
|
|
16
|
+
## Workflow
|
|
17
|
+
|
|
18
|
+
**Load and follow**: `~/.codex/skills/agent-assistant/commands/review/hard.md`
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: agent-assistant-review-team
|
|
3
|
+
description: "🔺 Team Review — Golden Triangle adversarial collaboration. Use when user types /review:team."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /review:team
|
|
7
|
+
|
|
8
|
+
> Activates Agent Assistant `/review:team` workflow.
|
|
9
|
+
|
|
10
|
+
## Rules
|
|
11
|
+
|
|
12
|
+
1. **Load first**: `~/.codex/skills/agent-assistant/rules/CORE.md` — follow all 10 Laws
|
|
13
|
+
2. **Agents**: Spawn via Codex native multi-agent (`~/.codex/agents/`)
|
|
14
|
+
3. **Skills**: Resolve from `~/.codex/skills/agent-assistant/matrix-skills/`
|
|
15
|
+
|
|
16
|
+
## Workflow
|
|
17
|
+
|
|
18
|
+
**Load and follow**: `~/.codex/skills/agent-assistant/commands/review/team.md`
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: agent-assistant-test
|
|
3
|
+
description: "🧪 Test Router — Route to testing workflows. Use when user types /test."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /test
|
|
7
|
+
|
|
8
|
+
> Activates Agent Assistant `/test` workflow.
|
|
9
|
+
|
|
10
|
+
## Rules
|
|
11
|
+
|
|
12
|
+
1. **Load first**: `~/.codex/skills/agent-assistant/rules/CORE.md` — follow all 10 Laws
|
|
13
|
+
2. **Agents**: Spawn via Codex native multi-agent (`~/.codex/agents/`)
|
|
14
|
+
3. **Skills**: Resolve from `~/.codex/skills/agent-assistant/matrix-skills/`
|
|
15
|
+
|
|
16
|
+
## Workflow
|
|
17
|
+
|
|
18
|
+
**Load and follow**: `~/.codex/skills/agent-assistant/commands/test.md`
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: agent-assistant-test-fast
|
|
3
|
+
description: "⚡ Quick Test — Fast testing for specific scope. Use when user types /test:fast."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /test:fast
|
|
7
|
+
|
|
8
|
+
> Activates Agent Assistant `/test:fast` workflow.
|
|
9
|
+
|
|
10
|
+
## Rules
|
|
11
|
+
|
|
12
|
+
1. **Load first**: `~/.codex/skills/agent-assistant/rules/CORE.md` — follow all 10 Laws
|
|
13
|
+
2. **Agents**: Spawn via Codex native multi-agent (`~/.codex/agents/`)
|
|
14
|
+
3. **Skills**: Resolve from `~/.codex/skills/agent-assistant/matrix-skills/`
|
|
15
|
+
|
|
16
|
+
## Workflow
|
|
17
|
+
|
|
18
|
+
**Load and follow**: `~/.codex/skills/agent-assistant/commands/test/fast.md`
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: agent-assistant-test-focus
|
|
3
|
+
description: "🔒 Focused Test — Comprehensive QA with enforced context optimization. Use when user types /test:focus."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /test:focus
|
|
7
|
+
|
|
8
|
+
> Activates Agent Assistant `/test:focus` workflow.
|
|
9
|
+
|
|
10
|
+
## Rules
|
|
11
|
+
|
|
12
|
+
1. **Load first**: `~/.codex/skills/agent-assistant/rules/CORE.md` — follow all 10 Laws
|
|
13
|
+
2. **Agents**: Spawn via Codex native multi-agent (`~/.codex/agents/`)
|
|
14
|
+
3. **Skills**: Resolve from `~/.codex/skills/agent-assistant/matrix-skills/`
|
|
15
|
+
|
|
16
|
+
## Workflow
|
|
17
|
+
|
|
18
|
+
**Load and follow**: `~/.codex/skills/agent-assistant/commands/test/focus.md`
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: agent-assistant-test-hard
|
|
3
|
+
description: "⚡⚡⚡ Full Test — Comprehensive QA with quality gates. Use when user types /test:hard."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /test:hard
|
|
7
|
+
|
|
8
|
+
> Activates Agent Assistant `/test:hard` workflow.
|
|
9
|
+
|
|
10
|
+
## Rules
|
|
11
|
+
|
|
12
|
+
1. **Load first**: `~/.codex/skills/agent-assistant/rules/CORE.md` — follow all 10 Laws
|
|
13
|
+
2. **Agents**: Spawn via Codex native multi-agent (`~/.codex/agents/`)
|
|
14
|
+
3. **Skills**: Resolve from `~/.codex/skills/agent-assistant/matrix-skills/`
|
|
15
|
+
|
|
16
|
+
## Workflow
|
|
17
|
+
|
|
18
|
+
**Load and follow**: `~/.codex/skills/agent-assistant/commands/test/hard.md`
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: agent-assistant-test-team
|
|
3
|
+
description: "🔺 Team Test — Golden Triangle adversarial collaboration. Use when user types /test:team."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /test:team
|
|
7
|
+
|
|
8
|
+
> Activates Agent Assistant `/test:team` workflow.
|
|
9
|
+
|
|
10
|
+
## Rules
|
|
11
|
+
|
|
12
|
+
1. **Load first**: `~/.codex/skills/agent-assistant/rules/CORE.md` — follow all 10 Laws
|
|
13
|
+
2. **Agents**: Spawn via Codex native multi-agent (`~/.codex/agents/`)
|
|
14
|
+
3. **Skills**: Resolve from `~/.codex/skills/agent-assistant/matrix-skills/`
|
|
15
|
+
|
|
16
|
+
## Workflow
|
|
17
|
+
|
|
18
|
+
**Load and follow**: `~/.codex/skills/agent-assistant/commands/test/team.md`
|
|
@@ -3,31 +3,6 @@ name: Agent Assistant
|
|
|
3
3
|
description: Central Orchestration Brain for Multi-Agent System. Delegates through Commands → Agents → Skills.
|
|
4
4
|
argument-hint: Type command + task, e.g. /cook implement login
|
|
5
5
|
tools: all
|
|
6
|
-
handoffs:
|
|
7
|
-
- label: "🚀 Cook"
|
|
8
|
-
agent: "Agent Assistant"
|
|
9
|
-
prompt: "/cook:hard "
|
|
10
|
-
- label: "📋 Plan"
|
|
11
|
-
agent: "Agent Assistant"
|
|
12
|
-
prompt: "/plan:fast "
|
|
13
|
-
- label: "🛠 Fix"
|
|
14
|
-
agent: "Agent Assistant"
|
|
15
|
-
prompt: "/fix:hard "
|
|
16
|
-
- label: "🐛 Debug"
|
|
17
|
-
agent: "Agent Assistant"
|
|
18
|
-
prompt: "/debug "
|
|
19
|
-
- label: "🧪 Test"
|
|
20
|
-
agent: "Agent Assistant"
|
|
21
|
-
prompt: "/test "
|
|
22
|
-
- label: "📝 Code"
|
|
23
|
-
agent: "Agent Assistant"
|
|
24
|
-
prompt: "/code "
|
|
25
|
-
- label: "📚 Docs"
|
|
26
|
-
agent: "Agent Assistant"
|
|
27
|
-
prompt: "/docs:core "
|
|
28
|
-
- label: "🎨 Design"
|
|
29
|
-
agent: "Agent Assistant"
|
|
30
|
-
prompt: "/design "
|
|
31
6
|
---
|
|
32
7
|
|
|
33
8
|
# ⚡ AGENT ASSISTANT — ORCHESTRATOR PROTOCOL
|
|
@@ -0,0 +1,295 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "🔺 Team Brainstorm — Golden Triangle adversarial collaboration for maximum quality ideation"
|
|
3
|
+
version: "2.0"
|
|
4
|
+
category: ideation
|
|
5
|
+
execution-mode: execute
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# /brainstorm:team — Golden Triangle Creative Brainstorming
|
|
9
|
+
|
|
10
|
+
> **MISSION**: Maximum quality ideation through adversarial collaboration.
|
|
11
|
+
> Each phase spawns a **Golden Triangle** of 3 agents: Tech Lead (coordinator),
|
|
12
|
+
> Executor (generator/analyst), Reviewer (devil's advocate). Ideas are released
|
|
13
|
+
> ONLY upon consensus after debate.
|
|
14
|
+
>
|
|
15
|
+
> **KEY DIFFERENCE**: In brainstorming, the adversarial loop EXPANDS thinking
|
|
16
|
+
> before CONVERGING. Phase 1 Reviewer pushes for MORE ideas. Phase 2 Reviewer
|
|
17
|
+
> challenges evaluation fairness. Debate is generative here.
|
|
18
|
+
|
|
19
|
+
<topic>$ARGUMENTS</topic>
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## 🛑 PRE-FLIGHT (DO FIRST — BLOCKS PHASE 1)
|
|
24
|
+
|
|
25
|
+
**LOAD now** (path `./rules/` or `~/.{TOOL}/skills/agent-assistant/rules/`):
|
|
26
|
+
1. CORE.md — Identity, Laws, Routing
|
|
27
|
+
2. PHASES.md — Phase Execution
|
|
28
|
+
3. AGENTS.md — Tiered Execution
|
|
29
|
+
4. **TEAMS.md** — Golden Triangle protocol (MANDATORY)
|
|
30
|
+
|
|
31
|
+
**⛔ Do not run Phase 1 until all are loaded.**
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## 🔀 TIERED EXECUTION
|
|
36
|
+
|
|
37
|
+
| Tier | When | Action |
|
|
38
|
+
| ---------- | ----------------------------- | ------------------------------------------------------------------------- |
|
|
39
|
+
| **TIER 1** | runSubagent/Agent Tool EXISTS | Orchestrator spawns Tech Lead → Tech Lead spawns Executor + Reviewer |
|
|
40
|
+
| **TIER 2** | Tool MISSING or SYSTEM error | EMBODY Tech Lead → EMBODY Executor → EMBODY Reviewer → EMBODY Tech Lead |
|
|
41
|
+
|
|
42
|
+
**❌ Anti-Lazy**: Never use TIER 2 when TIER 1 tool available.
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
## 📬 MAILBOX — Central Communication Hub
|
|
47
|
+
|
|
48
|
+
**Location**: `./reports/MAILBOX-{date}.md` — Append only, never overwrite.
|
|
49
|
+
|
|
50
|
+
| Type | Sender | Receiver | Purpose |
|
|
51
|
+
| ----------------- | --------- | --------- | ---------------------------------------------- |
|
|
52
|
+
| TASK_ASSIGNMENT | Tech Lead | Executor | Assign task with requirements and context |
|
|
53
|
+
| SUBMISSION | Executor | Reviewer | Submit completed work for review |
|
|
54
|
+
| REVIEW | Reviewer | Executor | PASS or FAIL with findings table |
|
|
55
|
+
| DEFENSE | Executor | Reviewer | Defend work against FAIL findings |
|
|
56
|
+
| RESUBMISSION | Executor | Reviewer | Resubmit after addressing findings |
|
|
57
|
+
| APPROVAL | Reviewer | Tech Lead | Confirm task passes review criteria |
|
|
58
|
+
| ESCALATION | Any | Tech Lead | Escalate unresolvable disagreement |
|
|
59
|
+
| ARBITRATION | Tech Lead | All | Binding resolution of dispute |
|
|
60
|
+
| DECISION | Tech Lead | All | Final phase decision with consensus stamp |
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
## 📁 DELIVERABLE FILES
|
|
65
|
+
|
|
66
|
+
| Phase | Output |
|
|
67
|
+
| ------------------ | ----------------------------------------------- |
|
|
68
|
+
| P1: Diverge | `./reports/brainstorms/IDEAS-{topic}.md` |
|
|
69
|
+
| P2: Converge | `./reports/brainstorms/ANALYSIS-{topic}.md` |
|
|
70
|
+
| P3: Synthesize | `./reports/brainstorms/BRAINSTORM-{topic}.md` |
|
|
71
|
+
| ALL Phases | `./reports/MAILBOX-{date}.md` |
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
## 🔗 PHASE DEPENDENCIES
|
|
76
|
+
|
|
77
|
+
| Phase | Requires | Blocking |
|
|
78
|
+
| ---------------------------------- | --------------------------- | ----------- |
|
|
79
|
+
| P1: Divergent Thinking | User request / topic | No |
|
|
80
|
+
| P2: Convergent Analysis | IDEAS-{topic}.md from P1 | **YES** |
|
|
81
|
+
| P3: Synthesis & Recommendation | ANALYSIS-{topic}.md from P2 | **YES** |
|
|
82
|
+
|
|
83
|
+
**⛔ Blocking**: If input missing → STOP → Create it first → Resume
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
## ⛔ INCREMENTAL EXECUTION (MANDATORY)
|
|
88
|
+
|
|
89
|
+
One phase at a time. Per phase: Spawn Triangle → Decompose → Execute → Review → Debate → Consensus → Release.
|
|
90
|
+
|
|
91
|
+
**Consensus Stamp** (required per phase): `✅ CONSENSUS: {TechLead} ✓ | {Executor} ✓ | {Reviewer} ✓`
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
## 🎭 Phase 1: DIVERGENT THINKING — 🔺 GOLDEN TRIANGLE
|
|
96
|
+
|
|
97
|
+
| Role | Agent | Mission |
|
|
98
|
+
| --------- | ------------------------------ | ------------------------------------------------------------------------- |
|
|
99
|
+
| Tech Lead | `brainstormer` | Decompose: brainstorming dimensions, seed ideas, define exploration space |
|
|
100
|
+
| Executor | `researcher` + `scouter` | Execute: generate ideas, research prior art, explore possibilities |
|
|
101
|
+
| Reviewer | `tech-lead` (Devil's Advocate) | Challenge: ideas feasible? Missing categories? Thinking too narrow? |
|
|
102
|
+
|
|
103
|
+
> **⚡ REVIEWER MINDSET**: GENERATIVE, not reductive. FAIL = "you stopped too soon"
|
|
104
|
+
> or "you missed an entire category." Push for MORE ideas, not fewer.
|
|
105
|
+
|
|
106
|
+
**Triangle Loop**:
|
|
107
|
+
1. `brainstormer` defines exploration dimensions → Shared Task List:
|
|
108
|
+
- Dimension mapping (technical, UX, business, unconventional angles)
|
|
109
|
+
- Seed ideas per dimension to prime generation
|
|
110
|
+
- Constraint identification: boundaries of the exploration space
|
|
111
|
+
2. `brainstormer` posts TASK_ASSIGNMENT → dispatches to `researcher` + `scouter`
|
|
112
|
+
3. `researcher` + `scouter` execute per dimension → post SUBMISSION:
|
|
113
|
+
- `scouter`: codebase patterns, integration points, prior attempts
|
|
114
|
+
- `researcher`: industry prior art, analogous solutions, competitor analysis
|
|
115
|
+
- Both: ideas per dimension with rationale and feasibility signal
|
|
116
|
+
4. `tech-lead` reviews → posts REVIEW:
|
|
117
|
+
- Entire categories unexplored? Constrained by current architecture?
|
|
118
|
+
- Missing 10x "crazy" approaches? Hidden assumptions?
|
|
119
|
+
5. If FAIL → expand or defend → max 3 rounds → ESCALATION if unresolved
|
|
120
|
+
6. `brainstormer` synthesizes approved explorations into unified idea catalog
|
|
121
|
+
|
|
122
|
+
**Deliverable**: `./reports/brainstorms/IDEAS-{topic}.md`
|
|
123
|
+
- Raw idea catalog (minimum 8-12 distinct ideas across dimensions)
|
|
124
|
+
- Prior art references, codebase context, assumptions stated
|
|
125
|
+
- Each idea tagged: possible / stretch / moonshot
|
|
126
|
+
|
|
127
|
+
**Exit Criteria**:
|
|
128
|
+
- [ ] No dimension gaps (Reviewer confirmed)
|
|
129
|
+
- [ ] Prior art researched with sources
|
|
130
|
+
- [ ] Minimum 8 distinct ideas across multiple dimensions
|
|
131
|
+
- [ ] `IDEAS-{topic}.md` created
|
|
132
|
+
|
|
133
|
+
**Consensus**: ✅ CONSENSUS: brainstormer ✓ | researcher+scouter ✓ | tech-lead ✓
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
## 🎭 Phase 2: CONVERGENT ANALYSIS — 🔺 GOLDEN TRIANGLE (CRITICAL)
|
|
138
|
+
|
|
139
|
+
> **THIS IS THE MOST CRITICAL PHASE.** Every step is detailed. No shortcuts.
|
|
140
|
+
> Raw ideas become ranked, evidence-backed candidates here.
|
|
141
|
+
|
|
142
|
+
| Role | Agent | Mission |
|
|
143
|
+
| --------- | ------------------------------------ | ------------------------------------------------------------------------------ |
|
|
144
|
+
| Tech Lead | `brainstormer` | Coordinate: define evaluation criteria, filter and group ideas, manage ranking |
|
|
145
|
+
| Executor | `researcher` | Execute: deep analysis of top candidates, pros/cons, feasibility scoring |
|
|
146
|
+
| Reviewer | `reviewer` + `business-analyst` lens | Challenge: evaluation fair? Bias in ranking? Hidden risks? Missing trade-offs? |
|
|
147
|
+
|
|
148
|
+
**Prerequisite**: **READ** `./reports/brainstorms/IDEAS-{topic}.md`
|
|
149
|
+
|
|
150
|
+
### GOLDEN TRIANGLE CONVERGENT ANALYSIS LOOP (Step by Step)
|
|
151
|
+
|
|
152
|
+
```
|
|
153
|
+
╔══════════════════════════════════════════════════════════════════════╗
|
|
154
|
+
║ PHASE 2: CONVERGENT ANALYSIS — FOLLOW EXACTLY ║
|
|
155
|
+
╠══════════════════════════════════════════════════════════════════════╣
|
|
156
|
+
║ ║
|
|
157
|
+
║ STEP 1: Tech Lead reads IDEAS-{topic}.md ║
|
|
158
|
+
║ - Load full idea catalog, group by theme, define criteria + weights ║
|
|
159
|
+
║ ║
|
|
160
|
+
║ STEP 2: Tech Lead creates Shared Task List ║
|
|
161
|
+
║ - Task per idea cluster: deep-dive analysis ║
|
|
162
|
+
║ - Task: cross-cutting trade-off comparison ║
|
|
163
|
+
║ - Task: feasibility scoring matrix ║
|
|
164
|
+
║ - Post to Mailbox as TASK_ASSIGNMENT ║
|
|
165
|
+
║ ║
|
|
166
|
+
║ STEP 3: Dispatch — each assignment includes: ║
|
|
167
|
+
║ • Idea cluster to analyze + evaluation criteria + weights ║
|
|
168
|
+
║ • Required evidence depth + comparison requirements ║
|
|
169
|
+
║ ║
|
|
170
|
+
║ STEP 4: FOR EACH TASK — Executor analyzes ║
|
|
171
|
+
║ a. Read TASK_ASSIGNMENT from Mailbox ║
|
|
172
|
+
║ b. Deep analysis: pros/cons, feasibility, impact, dependencies ║
|
|
173
|
+
║ c. Post SUBMISSION: ║
|
|
174
|
+
║ ┌──────────────────────────────────────┐ ║
|
|
175
|
+
║ │ Idea cluster | Feasibility {1-10} │ ║
|
|
176
|
+
║ │ Impact {1-10} | Effort {S/M/L/XL} │ ║
|
|
177
|
+
║ │ Pros + Cons (with evidence) │ ║
|
|
178
|
+
║ │ Dependencies | Risks | Open questions │ ║
|
|
179
|
+
║ └──────────────────────────────────────┘ ║
|
|
180
|
+
║ ║
|
|
181
|
+
║ STEP 5: Reviewer checks 5 dimensions per SUBMISSION ║
|
|
182
|
+
║ ┌──────────────────────────────────────────────────────┐ ║
|
|
183
|
+
║ │ 1. FAIRNESS — Criteria applied consistently? │ ║
|
|
184
|
+
║ │ 2. EVIDENCE — Claims backed by data/research? │ ║
|
|
185
|
+
║ │ 3. BIAS — Anchoring? Confirmation? Sunk cost? │ ║
|
|
186
|
+
║ │ 4. TRADE-OFFS — Hidden costs? Missed downsides? │ ║
|
|
187
|
+
║ │ 5. RISKS — Tail risks? Second-order effects? │ ║
|
|
188
|
+
║ └──────────────────────────────────────────────────────┘ ║
|
|
189
|
+
║ Posts REVIEW: PASS or FAIL with findings table + required actions ║
|
|
190
|
+
║ ║
|
|
191
|
+
║ STEP 6: IF FAIL — Debate Loop (max 3 rounds) ║
|
|
192
|
+
║ g. Executor reads findings ║
|
|
193
|
+
║ h. For each: Revise (if valid) or DEFENSE with evidence ║
|
|
194
|
+
║ i. Post RESUBMISSION/DEFENSE → Reviewer re-reviews ║
|
|
195
|
+
║ j. Round 3 without resolution → ESCALATION → Tech Lead ARBITRATES ║
|
|
196
|
+
║ ║
|
|
197
|
+
║ STEP 7: IF PASS → APPROVAL → mark ✅ → next task ║
|
|
198
|
+
║ ║
|
|
199
|
+
║ STEP 8: ALL tasks complete ║
|
|
200
|
+
║ o. Tech Lead verifies cross-cluster coherence: ║
|
|
201
|
+
║ - No grading drift, consistent comparisons, defensible rankings ║
|
|
202
|
+
║ p. Posts DECISION with consensus stamp → Phase output released ║
|
|
203
|
+
╚══════════════════════════════════════════════════════════════════════╝
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
**Deliverable**: `./reports/brainstorms/ANALYSIS-{topic}.md`
|
|
207
|
+
- Evaluation criteria and weights
|
|
208
|
+
- Per-idea deep analysis (feasibility, impact, effort, risks)
|
|
209
|
+
- Cross-idea comparison matrix
|
|
210
|
+
- Ranked shortlist of top 3-5 candidates
|
|
211
|
+
- Debate record summary
|
|
212
|
+
|
|
213
|
+
**Exit Criteria**:
|
|
214
|
+
- [ ] All ideas evaluated against defined criteria
|
|
215
|
+
- [ ] Evaluation fairness validated (no bias detected or addressed)
|
|
216
|
+
- [ ] Each top candidate has evidence-backed pros/cons
|
|
217
|
+
- [ ] Trade-offs documented — no hidden costs
|
|
218
|
+
- [ ] Rankings defensible — Reviewer confirmed
|
|
219
|
+
- [ ] `ANALYSIS-{topic}.md` created
|
|
220
|
+
|
|
221
|
+
**Consensus**: ✅ CONSENSUS: brainstormer ✓ | researcher ✓ | reviewer ✓
|
|
222
|
+
|
|
223
|
+
---
|
|
224
|
+
|
|
225
|
+
## 🎭 Phase 3: SYNTHESIS & RECOMMENDATION — 🔺 GOLDEN TRIANGLE
|
|
226
|
+
|
|
227
|
+
| Role | Agent | Mission |
|
|
228
|
+
| --------- | -------------- | -------------------------------------------------------------------------- |
|
|
229
|
+
| Tech Lead | `brainstormer` | Synthesize: compile final recommendation from analysis |
|
|
230
|
+
| Executor | `reporter` | Execute: write BRAINSTORM-{topic}.md with ideas, analysis, recommendations |
|
|
231
|
+
| Reviewer | `tech-lead` | Challenge: recommendation sound? Options fairly presented? Decision-ready? |
|
|
232
|
+
|
|
233
|
+
**Prerequisite**: **READ** `./reports/brainstorms/ANALYSIS-{topic}.md`
|
|
234
|
+
|
|
235
|
+
**Triangle Loop**:
|
|
236
|
+
1. `brainstormer` reads analysis → decomposes synthesis → Shared Task List:
|
|
237
|
+
- Executive summary with top recommendation
|
|
238
|
+
- Full idea catalog (all explored, not just winners)
|
|
239
|
+
- Analysis summary per top candidate + comparison matrix
|
|
240
|
+
- Risk assessment and recommended next steps
|
|
241
|
+
2. `brainstormer` posts TASK_ASSIGNMENT → dispatches to `reporter`
|
|
242
|
+
3. `reporter` writes each section → posts SUBMISSION:
|
|
243
|
+
- Decision-ready prose, not raw data dumps
|
|
244
|
+
- Recommendation with rationale tracing to evidence
|
|
245
|
+
- Alternatives presented fairly (not straw-manned)
|
|
246
|
+
- Actionable next steps per option
|
|
247
|
+
4. `tech-lead` reviews → posts REVIEW:
|
|
248
|
+
- Recommendation supported by analysis or cherry-picked?
|
|
249
|
+
- Alternatives fairly presented? Decision-maker has full context?
|
|
250
|
+
- Risks clearly communicated, not buried?
|
|
251
|
+
5. If FAIL → revise or defend → max 3 rounds → ESCALATION if unresolved
|
|
252
|
+
6. `brainstormer` synthesizes approved sections into final document
|
|
253
|
+
|
|
254
|
+
**Deliverable**: `./reports/brainstorms/BRAINSTORM-{topic}.md`
|
|
255
|
+
- Executive summary and top recommendation
|
|
256
|
+
- Complete idea catalog (explored / shortlisted / recommended)
|
|
257
|
+
- Evidence-backed analysis with comparison matrix
|
|
258
|
+
- Risk assessment and concrete next steps per option
|
|
259
|
+
|
|
260
|
+
**Exit Criteria**:
|
|
261
|
+
- [ ] Recommendation clearly stated with rationale
|
|
262
|
+
- [ ] All options fairly presented (Reviewer confirmed)
|
|
263
|
+
- [ ] Document is decision-ready — no ambiguity
|
|
264
|
+
- [ ] Next steps actionable per option
|
|
265
|
+
- [ ] `BRAINSTORM-{topic}.md` created
|
|
266
|
+
|
|
267
|
+
**Consensus**: ✅ CONSENSUS: brainstormer ✓ | reporter ✓ | tech-lead ✓
|
|
268
|
+
|
|
269
|
+
---
|
|
270
|
+
|
|
271
|
+
## ✅ COMPLETION
|
|
272
|
+
|
|
273
|
+
```markdown
|
|
274
|
+
# 🔺 Golden Triangle Brainstorm Report: {topic}
|
|
275
|
+
|
|
276
|
+
## Phase Results
|
|
277
|
+
| Phase | Triangle | Consensus | Rounds |
|
|
278
|
+
|-------|----------|-----------|--------|
|
|
279
|
+
| P1: Divergent Thinking | brainstormer / researcher+scouter / tech-lead | ✅ | {n} |
|
|
280
|
+
| P2: Convergent Analysis | brainstormer / researcher / reviewer | ✅ | {n} |
|
|
281
|
+
| P3: Synthesis | brainstormer / reporter / tech-lead | ✅ | {n} |
|
|
282
|
+
|
|
283
|
+
## Debate Summary
|
|
284
|
+
- Total submissions: {count} | First-pass approvals: {count}
|
|
285
|
+
- Debates triggered: {count} | Arbitrations: {count}
|
|
286
|
+
- Ideas generated: {count} | Ideas shortlisted: {count}
|
|
287
|
+
|
|
288
|
+
## Mailbox: `./reports/MAILBOX-{date}.md`
|
|
289
|
+
|
|
290
|
+
## Next Actions
|
|
291
|
+
1. ✅ **Done** — Brainstorm complete (triangle-validated)
|
|
292
|
+
2. 📋 `/plan:team` → Plan implementation of top recommendation
|
|
293
|
+
3. 🏗️ `/cook:team` → Build chosen approach
|
|
294
|
+
4. 🔄 `/brainstorm:team` → Iterate with refined scope
|
|
295
|
+
```
|
package/commands/brainstorm.md
CHANGED
|
@@ -33,6 +33,9 @@ IF topic is clear (quick ideas, simple exploration):
|
|
|
33
33
|
IF topic is complex (research needed, deep analysis):
|
|
34
34
|
→ Route to /brainstorm:hard
|
|
35
35
|
|
|
36
|
+
IF topic is complex AND maximum quality with team collaboration needed:
|
|
37
|
+
→ Route to /brainstorm:team
|
|
38
|
+
|
|
36
39
|
IF unsure:
|
|
37
40
|
→ Default to /brainstorm:fast
|
|
38
41
|
```
|
|
@@ -45,6 +48,7 @@ IF unsure:
|
|
|
45
48
|
| ------------------ | -------------------------------------- |
|
|
46
49
|
| `/brainstorm:fast` | Quick ideation, simple exploration |
|
|
47
50
|
| `/brainstorm:hard` | Research-backed ideation with analysis |
|
|
51
|
+
| `/brainstorm:team` | Maximum quality with parallel agent team collaboration |
|
|
48
52
|
|
|
49
53
|
---
|
|
50
54
|
|
|
@@ -59,6 +63,7 @@ IF unsure:
|
|
|
59
63
|
|
|
60
64
|
1. ⚡ **Fast** → `/brainstorm:fast` — Quick ideation
|
|
61
65
|
2. ⚡⚡⚡ **Hard** → `/brainstorm:hard` — Deep exploration
|
|
66
|
+
3. 👥 **Team** → `/brainstorm:team` — Full team collaboration (parallel agents, maximum quality)
|
|
62
67
|
|
|
63
68
|
⏳ Awaiting selection...
|
|
64
69
|
```
|