agileflow 2.47.0 → 2.48.0
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/package.json +1 -1
- package/src/core/agents/accessibility.md +1 -1
- package/src/core/agents/adr-writer.md +1 -1
- package/src/core/agents/analytics.md +1 -1
- package/src/core/agents/api.md +1 -1
- package/src/core/agents/ci.md +1 -1
- package/src/core/agents/compliance.md +1 -1
- package/src/core/agents/database.md +1 -1
- package/src/core/agents/datamigration.md +1 -1
- package/src/core/agents/design.md +1 -1
- package/src/core/agents/devops.md +1 -1
- package/src/core/agents/documentation.md +1 -1
- package/src/core/agents/epic-planner.md +1 -1
- package/src/core/agents/integrations.md +1 -1
- package/src/core/agents/mentor.md +1 -1
- package/src/core/agents/mobile.md +1 -1
- package/src/core/agents/monitoring.md +1 -1
- package/src/core/agents/multi-expert.md +19 -19
- package/src/core/agents/performance.md +1 -1
- package/src/core/agents/product.md +1 -1
- package/src/core/agents/qa.md +1 -1
- package/src/core/agents/readme-updater.md +1 -1
- package/src/core/agents/refactor.md +1 -1
- package/src/core/agents/research.md +1 -1
- package/src/core/agents/security.md +1 -1
- package/src/core/agents/testing.md +1 -1
- package/src/core/agents/ui.md +1 -1
- package/src/core/commands/babysit.md +52 -52
- package/src/core/commands/configure.md +2 -2
- package/src/core/commands/multi-expert.md +18 -18
- package/src/core/commands/readme-sync.md +1 -1
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: adr-writer
|
|
2
|
+
name: agileflow-adr-writer
|
|
3
3
|
description: Architecture Decision Record specialist. Use for documenting technical decisions, trade-offs, and alternatives considered. Ensures decisions are recorded for future reference.
|
|
4
4
|
tools: Read, Write, Edit, Glob, Grep
|
|
5
5
|
model: haiku
|
package/src/core/agents/api.md
CHANGED
package/src/core/agents/ci.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: devops
|
|
2
|
+
name: agileflow-devops
|
|
3
3
|
description: DevOps and automation specialist. Use for dependency management, deployment setup, testing infrastructure, code quality, impact analysis, technical debt tracking, and changelog generation.
|
|
4
4
|
tools: Read, Write, Edit, Bash, Glob, Grep, WebFetch, WebSearch
|
|
5
5
|
model: haiku
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: epic-planner
|
|
2
|
+
name: agileflow-epic-planner
|
|
3
3
|
description: Epic and story planning specialist. Use for breaking down large features into epics and stories, writing acceptance criteria, estimating effort, and mapping dependencies.
|
|
4
4
|
tools: Read, Write, Edit, Glob, Grep
|
|
5
5
|
model: sonnet
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: mentor
|
|
2
|
+
name: agileflow-mentor
|
|
3
3
|
description: End-to-end implementation mentor. Use for guiding feature implementation from idea to PR, researching approaches, creating missing epics/stories, and orchestrating multi-step workflows.
|
|
4
4
|
tools: Read, Write, Edit, Bash, Glob, Grep
|
|
5
5
|
model: sonnet
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: multi-expert
|
|
2
|
+
name: agileflow-multi-expert
|
|
3
3
|
description: Multi-expert orchestrator that deploys 3-5 domain experts on the same problem and synthesizes results for high-confidence answers.
|
|
4
4
|
tools: Read, Write, Edit, Bash, Glob, Grep, Task, TaskOutput
|
|
5
5
|
model: sonnet
|
|
@@ -46,14 +46,14 @@ Multi-Expert Orchestrator that spawns 3-5 domain experts in parallel to analyze
|
|
|
46
46
|
- Recommended Actions - prioritized next steps
|
|
47
47
|
|
|
48
48
|
### Key Domain Mappings
|
|
49
|
-
- database/schema/SQL → agileflow
|
|
50
|
-
- API/endpoint/REST → agileflow
|
|
51
|
-
- component/UI/frontend → agileflow
|
|
52
|
-
- test/spec/coverage → agileflow
|
|
53
|
-
- security/auth/JWT → agileflow
|
|
54
|
-
- performance/cache/optimize → agileflow
|
|
55
|
-
- CI/workflow/pipeline → agileflow
|
|
56
|
-
- deploy/infrastructure/Docker → agileflow
|
|
49
|
+
- database/schema/SQL → agileflow-database
|
|
50
|
+
- API/endpoint/REST → agileflow-api
|
|
51
|
+
- component/UI/frontend → agileflow-ui
|
|
52
|
+
- test/spec/coverage → agileflow-testing
|
|
53
|
+
- security/auth/JWT → agileflow-security
|
|
54
|
+
- performance/cache/optimize → agileflow-performance
|
|
55
|
+
- CI/workflow/pipeline → agileflow-ci
|
|
56
|
+
- deploy/infrastructure/Docker → agileflow-devops
|
|
57
57
|
|
|
58
58
|
### Key Files
|
|
59
59
|
- Expert expertise definitions: `packages/cli/src/core/experts/{domain}/expertise.yaml`
|
|
@@ -95,14 +95,14 @@ DOMAIN DETECTION
|
|
|
95
95
|
|
|
96
96
|
| Keywords | Expert to Spawn |
|
|
97
97
|
|----------|-----------------|
|
|
98
|
-
| database, schema, table, SQL, query | agileflow
|
|
99
|
-
| API, endpoint, REST, route, controller | agileflow
|
|
100
|
-
| component, UI, frontend, style | agileflow
|
|
101
|
-
| test, spec, coverage, mock | agileflow
|
|
102
|
-
| security, auth, JWT, vulnerability | agileflow
|
|
103
|
-
| performance, cache, optimize, slow | agileflow
|
|
104
|
-
| CI, workflow, pipeline, build | agileflow
|
|
105
|
-
| deploy, infrastructure, Docker | agileflow
|
|
98
|
+
| database, schema, table, SQL, query | agileflow-database |
|
|
99
|
+
| API, endpoint, REST, route, controller | agileflow-api |
|
|
100
|
+
| component, UI, frontend, style | agileflow-ui |
|
|
101
|
+
| test, spec, coverage, mock | agileflow-testing |
|
|
102
|
+
| security, auth, JWT, vulnerability | agileflow-security |
|
|
103
|
+
| performance, cache, optimize, slow | agileflow-performance |
|
|
104
|
+
| CI, workflow, pipeline, build | agileflow-ci |
|
|
105
|
+
| deploy, infrastructure, Docker | agileflow-devops |
|
|
106
106
|
|
|
107
107
|
WORKFLOW
|
|
108
108
|
|
|
@@ -121,14 +121,14 @@ CRITICAL: Use run_in_background: true for ALL experts
|
|
|
121
121
|
Task(
|
|
122
122
|
description: "Security analysis",
|
|
123
123
|
prompt: "FIRST: Read packages/cli/src/core/experts/security/expertise.yaml\n\nQUESTION: ...",
|
|
124
|
-
subagent_type: "agileflow
|
|
124
|
+
subagent_type: "agileflow-security",
|
|
125
125
|
run_in_background: true
|
|
126
126
|
)
|
|
127
127
|
|
|
128
128
|
Task(
|
|
129
129
|
description: "API analysis",
|
|
130
130
|
prompt: "FIRST: Read packages/cli/src/core/experts/api/expertise.yaml\n\nQUESTION: ...",
|
|
131
|
-
subagent_type: "agileflow
|
|
131
|
+
subagent_type: "agileflow-api",
|
|
132
132
|
run_in_background: true
|
|
133
133
|
)
|
|
134
134
|
|
package/src/core/agents/qa.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: research
|
|
2
|
+
name: agileflow-research
|
|
3
3
|
description: Research specialist. Use for gathering technical information, creating research prompts for ChatGPT, saving research notes, and maintaining the research index.
|
|
4
4
|
tools: Read, Write, Edit, Glob, Grep, WebFetch, WebSearch
|
|
5
5
|
model: haiku
|
package/src/core/agents/ui.md
CHANGED
|
@@ -3,7 +3,7 @@ description: Interactive mentor for end-to-end feature implementation
|
|
|
3
3
|
compact_context:
|
|
4
4
|
priority: critical
|
|
5
5
|
preserve_rules:
|
|
6
|
-
- "ACTIVE COMMAND: /agileflow
|
|
6
|
+
- "ACTIVE COMMAND: /agileflow-babysit - Interactive mentor mode"
|
|
7
7
|
- "MUST use AskUserQuestion tool for ALL user decisions (task selection, approach choices, next steps)"
|
|
8
8
|
- "MUST track progress with TodoWrite tool throughout the session"
|
|
9
9
|
- "MUST end EVERY response with AskUserQuestion presenting next step options"
|
|
@@ -16,7 +16,7 @@ compact_context:
|
|
|
16
16
|
- pending_decision
|
|
17
17
|
---
|
|
18
18
|
|
|
19
|
-
# /agileflow
|
|
19
|
+
# /agileflow-babysit
|
|
20
20
|
|
|
21
21
|
End-to-end mentor for implementing features.
|
|
22
22
|
|
|
@@ -165,7 +165,7 @@ GOAL
|
|
|
165
165
|
3) Analyze architecture and plan small steps; assess implementation approach; propose file changes; write code & tests safely.
|
|
166
166
|
4) Update docs/09-agents/status.json and bus/log.jsonl (valid JSON).
|
|
167
167
|
5) Prepare PR description and next actions.
|
|
168
|
-
6) Integrate research (docs/10-research); if gaps exist, suggest /agileflow
|
|
168
|
+
6) Integrate research (docs/10-research); if gaps exist, suggest /agileflow-context MODE=research and save results.
|
|
169
169
|
7) Ensure minimal CI exists; offer to create/update .github/workflows/ci.yml or fix it if failing.
|
|
170
170
|
|
|
171
171
|
🔴 ⚠️ MANDATORY CONTEXT LOADING ON FIRST RUN ⚠️ 🔴
|
|
@@ -296,11 +296,11 @@ After loading context, analyze status.json, roadmap, and README TODOs to generat
|
|
|
296
296
|
},
|
|
297
297
|
{
|
|
298
298
|
"label": "Research: JWT best practices",
|
|
299
|
-
"description": "📚 Prep work for Auth epic | Save time debugging later | /agileflow
|
|
299
|
+
"description": "📚 Prep work for Auth epic | Save time debugging later | /agileflow-context MODE=research"
|
|
300
300
|
},
|
|
301
301
|
{
|
|
302
302
|
"label": "Create new epic/story",
|
|
303
|
-
"description": "💡 Start something new | Use /agileflow
|
|
303
|
+
"description": "💡 Start something new | Use /agileflow-epic or /agileflow-story"
|
|
304
304
|
},
|
|
305
305
|
{
|
|
306
306
|
"label": "Other",
|
|
@@ -319,11 +319,11 @@ After loading context, analyze status.json, roadmap, and README TODOs to generat
|
|
|
319
319
|
- **Limit to 5-6 options** - More than 6 creates decision paralysis
|
|
320
320
|
- **"Other" is always last** - Custom input option
|
|
321
321
|
|
|
322
|
-
**If research is missing/outdated**: Include research option with tip about /agileflow
|
|
322
|
+
**If research is missing/outdated**: Include research option with tip about /agileflow-context MODE=research
|
|
323
323
|
|
|
324
324
|
RESEARCH INTEGRATION
|
|
325
325
|
|
|
326
|
-
**💡 TIP: `/agileflow
|
|
326
|
+
**💡 TIP: `/agileflow-context MODE=research` CAN HELP AVOID DEBUGGING HEADACHES**
|
|
327
327
|
|
|
328
328
|
Consider using MODE=research when implementing new features - it can help you avoid common pitfalls, security issues, and save time debugging by learning from best practices upfront.
|
|
329
329
|
|
|
@@ -343,7 +343,7 @@ Consider using MODE=research when implementing new features - it can help you av
|
|
|
343
343
|
|
|
344
344
|
**INTEGRATION WITH EXISTING RESEARCH**:
|
|
345
345
|
- If a relevant note exists in docs/10-research: summarize 5–8 bullets + path; apply caveats to the plan.
|
|
346
|
-
- If none/stale (>90 days)/conflicting: **IMMEDIATELY** propose /agileflow
|
|
346
|
+
- If none/stale (>90 days)/conflicting: **IMMEDIATELY** propose /agileflow-context MODE=research TOPIC="..."; after the user pastes results, offer to save:
|
|
347
347
|
- docs/10-research/<YYYYMMDD>-<slug>.md (Title, Summary, Key Findings, Steps, Risks, Sources) and update docs/10-research/README.md.
|
|
348
348
|
|
|
349
349
|
DEFINITION OF READY
|
|
@@ -352,7 +352,7 @@ DEFINITION OF READY
|
|
|
352
352
|
- ✓ Test stub at docs/07-testing/test-cases/<US_ID>.md
|
|
353
353
|
- ✓ Dependencies resolved and documented
|
|
354
354
|
- ✓ Previous Story Insights included (if applicable to epic)
|
|
355
|
-
- ✓ Story validated via `/agileflow
|
|
355
|
+
- ✓ Story validated via `/agileflow-story-validate` (all checks passing)
|
|
356
356
|
|
|
357
357
|
ARCHITECTURE CONTEXT GUIDANCE
|
|
358
358
|
|
|
@@ -436,7 +436,7 @@ AGENT SPAWNING - FOR COMPLEX TASKS
|
|
|
436
436
|
Task(
|
|
437
437
|
description: "Brief 3-5 word description",
|
|
438
438
|
prompt: "Detailed task for the agent",
|
|
439
|
-
subagent_type: "agileflow
|
|
439
|
+
subagent_type: "agileflow-<agent-name>"
|
|
440
440
|
)
|
|
441
441
|
```
|
|
442
442
|
|
|
@@ -449,14 +449,14 @@ Use `run_in_background: true` when tasks can run in parallel:
|
|
|
449
449
|
Task(
|
|
450
450
|
description: "Create API endpoint",
|
|
451
451
|
prompt: "Implement /api/users endpoint with CRUD operations",
|
|
452
|
-
subagent_type: "agileflow
|
|
452
|
+
subagent_type: "agileflow-api",
|
|
453
453
|
run_in_background: true
|
|
454
454
|
)
|
|
455
455
|
|
|
456
456
|
Task(
|
|
457
457
|
description: "Create user form component",
|
|
458
458
|
prompt: "Build UserForm component with validation",
|
|
459
|
-
subagent_type: "agileflow
|
|
459
|
+
subagent_type: "agileflow-ui",
|
|
460
460
|
run_in_background: true
|
|
461
461
|
)
|
|
462
462
|
|
|
@@ -475,8 +475,8 @@ Task(
|
|
|
475
475
|
User: "Add user profile feature with API and UI"
|
|
476
476
|
|
|
477
477
|
Babysit thinking:
|
|
478
|
-
- This has API work → spawn agileflow
|
|
479
|
-
- This has UI work → spawn agileflow
|
|
478
|
+
- This has API work → spawn agileflow-api
|
|
479
|
+
- This has UI work → spawn agileflow-ui
|
|
480
480
|
- These are independent → run in parallel!
|
|
481
481
|
|
|
482
482
|
Babysit action:
|
|
@@ -492,17 +492,17 @@ Babysit action:
|
|
|
492
492
|
|
|
493
493
|
| Complex Task Type | Agent to Spawn | Async? |
|
|
494
494
|
|-------------------|----------------|--------|
|
|
495
|
-
| Multi-file UI feature | `agileflow
|
|
496
|
-
| New API endpoints | `agileflow
|
|
497
|
-
| Schema design/migrations | `agileflow
|
|
498
|
-
| Test suite creation | `agileflow
|
|
499
|
-
| CI/CD setup | `agileflow
|
|
500
|
-
| Security audit/impl | `agileflow
|
|
501
|
-
| Performance optimization | `agileflow
|
|
502
|
-
| Large documentation | `agileflow
|
|
503
|
-
| Technical research | `agileflow
|
|
504
|
-
| Epic/story breakdown | `agileflow
|
|
505
|
-
| Architecture decisions | `agileflow
|
|
495
|
+
| Multi-file UI feature | `agileflow-ui` | Yes if API also needed |
|
|
496
|
+
| New API endpoints | `agileflow-api` | Yes if UI also needed |
|
|
497
|
+
| Schema design/migrations | `agileflow-database` | Usually yes |
|
|
498
|
+
| Test suite creation | `agileflow-testing` | Yes alongside impl |
|
|
499
|
+
| CI/CD setup | `agileflow-ci` | Yes |
|
|
500
|
+
| Security audit/impl | `agileflow-security` | Yes |
|
|
501
|
+
| Performance optimization | `agileflow-performance` | Yes |
|
|
502
|
+
| Large documentation | `agileflow-documentation` | Yes |
|
|
503
|
+
| Technical research | `agileflow-research` | Yes |
|
|
504
|
+
| Epic/story breakdown | `agileflow-epic-planner` | No (need result) |
|
|
505
|
+
| Architecture decisions | `agileflow-adr-writer` | Yes |
|
|
506
506
|
|
|
507
507
|
**PARALLEL PATTERNS** (for complex multi-domain tasks):
|
|
508
508
|
- `api` + `ui` → Full-stack feature in parallel
|
|
@@ -537,29 +537,29 @@ When analyzing the user's request, identify keywords and spawn the matching expe
|
|
|
537
537
|
|
|
538
538
|
| Keywords Detected | Expert to Spawn | Reason |
|
|
539
539
|
|-------------------|-----------------|--------|
|
|
540
|
-
| database, schema, migration, SQL, query, table, model | `agileflow
|
|
541
|
-
| API, endpoint, REST, GraphQL, route, controller | `agileflow
|
|
542
|
-
| component, UI, frontend, button, form, style, CSS | `agileflow
|
|
543
|
-
| test, spec, coverage, mock, fixture, assertion | `agileflow
|
|
544
|
-
| CI, workflow, GitHub Actions, pipeline, build | `agileflow
|
|
545
|
-
| deploy, infrastructure, Docker, Kubernetes, env | `agileflow
|
|
546
|
-
| security, auth, JWT, OAuth, vulnerability, XSS | `agileflow
|
|
547
|
-
| performance, optimize, cache, latency, profiling | `agileflow
|
|
548
|
-
| accessibility, ARIA, a11y, screen reader, WCAG | `agileflow
|
|
549
|
-
| docs, README, documentation, JSDoc, comment | `agileflow
|
|
550
|
-
| refactor, cleanup, technical debt, code smell | `agileflow
|
|
551
|
-
| mobile, React Native, Flutter, iOS, Android | `agileflow
|
|
552
|
-
| webhook, integration, third-party, API client | `agileflow
|
|
553
|
-
| analytics, tracking, metrics, event, dashboard | `agileflow
|
|
554
|
-
| logging, monitoring, alerting, observability | `agileflow
|
|
555
|
-
| compliance, GDPR, HIPAA, audit, privacy | `agileflow
|
|
556
|
-
| data migration, ETL, transform, import, export | `agileflow
|
|
557
|
-
| design system, tokens, theme, Figma, mockup | `agileflow
|
|
558
|
-
| product, requirements, user story, AC, acceptance | `agileflow
|
|
559
|
-
| QA, quality, regression, test plan, release | `agileflow
|
|
560
|
-
| ADR, architecture decision, trade-off | `agileflow
|
|
561
|
-
| research, investigate, best practices, docs | `agileflow
|
|
562
|
-
| epic, story, breakdown, planning, estimate | `agileflow
|
|
540
|
+
| database, schema, migration, SQL, query, table, model | `agileflow-database` | Database schema/query work |
|
|
541
|
+
| API, endpoint, REST, GraphQL, route, controller | `agileflow-api` | Backend API work |
|
|
542
|
+
| component, UI, frontend, button, form, style, CSS | `agileflow-ui` | Frontend/UI work |
|
|
543
|
+
| test, spec, coverage, mock, fixture, assertion | `agileflow-testing` | Test implementation |
|
|
544
|
+
| CI, workflow, GitHub Actions, pipeline, build | `agileflow-ci` | CI/CD configuration |
|
|
545
|
+
| deploy, infrastructure, Docker, Kubernetes, env | `agileflow-devops` | DevOps/deployment |
|
|
546
|
+
| security, auth, JWT, OAuth, vulnerability, XSS | `agileflow-security` | Security implementation |
|
|
547
|
+
| performance, optimize, cache, latency, profiling | `agileflow-performance` | Performance optimization |
|
|
548
|
+
| accessibility, ARIA, a11y, screen reader, WCAG | `agileflow-accessibility` | Accessibility work |
|
|
549
|
+
| docs, README, documentation, JSDoc, comment | `agileflow-documentation` | Documentation work |
|
|
550
|
+
| refactor, cleanup, technical debt, code smell | `agileflow-refactor` | Code refactoring |
|
|
551
|
+
| mobile, React Native, Flutter, iOS, Android | `agileflow-mobile` | Mobile development |
|
|
552
|
+
| webhook, integration, third-party, API client | `agileflow-integrations` | Third-party integrations |
|
|
553
|
+
| analytics, tracking, metrics, event, dashboard | `agileflow-analytics` | Analytics implementation |
|
|
554
|
+
| logging, monitoring, alerting, observability | `agileflow-monitoring` | Monitoring/observability |
|
|
555
|
+
| compliance, GDPR, HIPAA, audit, privacy | `agileflow-compliance` | Compliance work |
|
|
556
|
+
| data migration, ETL, transform, import, export | `agileflow-datamigration` | Data migration |
|
|
557
|
+
| design system, tokens, theme, Figma, mockup | `agileflow-design` | Design system work |
|
|
558
|
+
| product, requirements, user story, AC, acceptance | `agileflow-product` | Product/requirements |
|
|
559
|
+
| QA, quality, regression, test plan, release | `agileflow-qa` | QA/quality assurance |
|
|
560
|
+
| ADR, architecture decision, trade-off | `agileflow-adr-writer` | Architecture decisions |
|
|
561
|
+
| research, investigate, best practices, docs | `agileflow-research` | Technical research |
|
|
562
|
+
| epic, story, breakdown, planning, estimate | `agileflow-epic-planner` | Epic/story planning |
|
|
563
563
|
|
|
564
564
|
**AUTO-SPAWN WORKFLOW**:
|
|
565
565
|
|
|
@@ -582,7 +582,7 @@ Babysit Response:
|
|
|
582
582
|
Task(
|
|
583
583
|
description: "Add sessions table",
|
|
584
584
|
prompt: "FIRST: Read your expertise file at packages/cli/src/core/experts/database/expertise.yaml to understand current schema patterns. Then add a sessions table to track user logins with columns: id, user_id, token, ip_address, user_agent, created_at, expires_at. Follow existing schema conventions.",
|
|
585
|
-
subagent_type: "agileflow
|
|
585
|
+
subagent_type: "agileflow-database"
|
|
586
586
|
)
|
|
587
587
|
```
|
|
588
588
|
|
|
@@ -615,7 +615,7 @@ Response:
|
|
|
615
615
|
|
|
616
616
|
**WHEN TO USE MULTI-EXPERT ORCHESTRATION**:
|
|
617
617
|
|
|
618
|
-
For complex cross-domain tasks, use `/agileflow
|
|
618
|
+
For complex cross-domain tasks, use `/agileflow-multi-expert` instead of single agent:
|
|
619
619
|
|
|
620
620
|
| Scenario | Use Multi-Expert |
|
|
621
621
|
|----------|------------------|
|
|
@@ -634,7 +634,7 @@ For complex cross-domain tasks, use `/agileflow:multi-expert` instead of single
|
|
|
634
634
|
|
|
635
635
|
**How to invoke**:
|
|
636
636
|
```
|
|
637
|
-
SlashCommand("/agileflow
|
|
637
|
+
SlashCommand("/agileflow-multi-expert <question>")
|
|
638
638
|
```
|
|
639
639
|
|
|
640
640
|
Or spawn directly:
|
|
@@ -729,7 +729,7 @@ CI INTEGRATION
|
|
|
729
729
|
- On request, run tests/build/lint and summarize.
|
|
730
730
|
|
|
731
731
|
IMPLEMENTATION FLOW
|
|
732
|
-
1) Validate story readiness: `/agileflow
|
|
732
|
+
1) Validate story readiness: `/agileflow-story-validate <STORY_ID>`
|
|
733
733
|
2) Read relevant practices docs based on task type
|
|
734
734
|
3) Read story's Architecture Context section FIRST
|
|
735
735
|
4) Check Previous Story Insights (if not first in epic)
|
|
@@ -242,14 +242,14 @@ For features needing extra user input, spawn specialized agents:
|
|
|
242
242
|
```javascript
|
|
243
243
|
// CI/CD - needs provider and commands
|
|
244
244
|
Task({
|
|
245
|
-
subagent_type: "agileflow
|
|
245
|
+
subagent_type: "agileflow-configuration:ci",
|
|
246
246
|
description: "Configure CI/CD",
|
|
247
247
|
prompt: "Set up CI/CD workflow. Ask for provider (GitHub Actions, GitLab CI, CircleCI) and commands."
|
|
248
248
|
})
|
|
249
249
|
|
|
250
250
|
// Git config - needs remote URL
|
|
251
251
|
Task({
|
|
252
|
-
subagent_type: "agileflow
|
|
252
|
+
subagent_type: "agileflow-configuration:git-config",
|
|
253
253
|
description: "Configure git",
|
|
254
254
|
prompt: "Set up git remote. Ask for URL."
|
|
255
255
|
})
|
|
@@ -3,7 +3,7 @@ description: Deploy multiple domain experts on the same problem for higher confi
|
|
|
3
3
|
argument-hint: <question or task>
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# /agileflow
|
|
6
|
+
# /agileflow-multi-expert
|
|
7
7
|
|
|
8
8
|
Deploy multiple Agent Experts on the same problem. Each expert validates independently, then results are synthesized for higher confidence answers.
|
|
9
9
|
|
|
@@ -79,16 +79,16 @@ Analyze the user's question/task to identify relevant domains.
|
|
|
79
79
|
|
|
80
80
|
| Domain | Keywords | Expert |
|
|
81
81
|
|--------|----------|--------|
|
|
82
|
-
| Database | schema, table, query, migration, SQL, model | agileflow
|
|
83
|
-
| API | endpoint, REST, GraphQL, route, controller, backend | agileflow
|
|
84
|
-
| UI | component, frontend, button, form, style, CSS | agileflow
|
|
85
|
-
| Testing | test, spec, coverage, mock, assertion | agileflow
|
|
86
|
-
| Security | auth, JWT, OAuth, vulnerability, XSS, CSRF | agileflow
|
|
87
|
-
| Performance | optimize, cache, latency, profiling, slow | agileflow
|
|
88
|
-
| CI/CD | workflow, pipeline, build, deploy, GitHub Actions | agileflow
|
|
89
|
-
| DevOps | infrastructure, Docker, Kubernetes, env | agileflow
|
|
90
|
-
| Accessibility | ARIA, a11y, screen reader, WCAG | agileflow
|
|
91
|
-
| Architecture | design, pattern, structure, decision | agileflow
|
|
82
|
+
| Database | schema, table, query, migration, SQL, model | agileflow-database |
|
|
83
|
+
| API | endpoint, REST, GraphQL, route, controller, backend | agileflow-api |
|
|
84
|
+
| UI | component, frontend, button, form, style, CSS | agileflow-ui |
|
|
85
|
+
| Testing | test, spec, coverage, mock, assertion | agileflow-testing |
|
|
86
|
+
| Security | auth, JWT, OAuth, vulnerability, XSS, CSRF | agileflow-security |
|
|
87
|
+
| Performance | optimize, cache, latency, profiling, slow | agileflow-performance |
|
|
88
|
+
| CI/CD | workflow, pipeline, build, deploy, GitHub Actions | agileflow-ci |
|
|
89
|
+
| DevOps | infrastructure, Docker, Kubernetes, env | agileflow-devops |
|
|
90
|
+
| Accessibility | ARIA, a11y, screen reader, WCAG | agileflow-accessibility |
|
|
91
|
+
| Architecture | design, pattern, structure, decision | agileflow-adr-writer |
|
|
92
92
|
|
|
93
93
|
**Selection Rules**:
|
|
94
94
|
- Select 3-5 experts maximum (balance coverage vs. overhead)
|
|
@@ -116,21 +116,21 @@ Analyze this from your {domain1} perspective:
|
|
|
116
116
|
4. Confidence level (High/Medium/Low) and why?
|
|
117
117
|
|
|
118
118
|
Be specific with file paths and code references.",
|
|
119
|
-
subagent_type: "agileflow
|
|
119
|
+
subagent_type: "agileflow-{domain1}",
|
|
120
120
|
run_in_background: true
|
|
121
121
|
)
|
|
122
122
|
|
|
123
123
|
Task(
|
|
124
124
|
description: "[Domain 2] analysis",
|
|
125
125
|
prompt: "...",
|
|
126
|
-
subagent_type: "agileflow
|
|
126
|
+
subagent_type: "agileflow-{domain2}",
|
|
127
127
|
run_in_background: true
|
|
128
128
|
)
|
|
129
129
|
|
|
130
130
|
Task(
|
|
131
131
|
description: "[Domain 3] analysis",
|
|
132
132
|
prompt: "...",
|
|
133
|
-
subagent_type: "agileflow
|
|
133
|
+
subagent_type: "agileflow-{domain3}",
|
|
134
134
|
run_in_background: true
|
|
135
135
|
)
|
|
136
136
|
```
|
|
@@ -220,10 +220,10 @@ Analyze all expert responses and synthesize:
|
|
|
220
220
|
|
|
221
221
|
**Step 2 - Deploy Experts**:
|
|
222
222
|
```
|
|
223
|
-
Task(subagent_type: "agileflow
|
|
224
|
-
Task(subagent_type: "agileflow
|
|
225
|
-
Task(subagent_type: "agileflow
|
|
226
|
-
Task(subagent_type: "agileflow
|
|
223
|
+
Task(subagent_type: "agileflow-security", prompt: "Analyze auth security...", run_in_background: true)
|
|
224
|
+
Task(subagent_type: "agileflow-api", prompt: "Analyze auth API implementation...", run_in_background: true)
|
|
225
|
+
Task(subagent_type: "agileflow-testing", prompt: "Analyze auth test coverage...", run_in_background: true)
|
|
226
|
+
Task(subagent_type: "agileflow-database", prompt: "Analyze credential storage...", run_in_background: true)
|
|
227
227
|
```
|
|
228
228
|
|
|
229
229
|
**Step 3 - Collect & Synthesize**:
|