skillstore-cli 1.0.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/README.md +95 -0
- package/data/bundles/devflow-complete.json +19 -0
- package/data/free-skills/devflow-agile/manifest.json +19 -0
- package/data/free-skills/devflow-agile/plugin/commands/agile/retro.md +23 -0
- package/data/free-skills/devflow-agile/plugin/commands/agile/review.md +21 -0
- package/data/free-skills/devflow-agile/plugin/commands/agile/sprint.md +30 -0
- package/data/free-skills/devflow-agile/plugin/commands/agile/standup.md +20 -0
- package/data/free-skills/devflow-agile/plugin/commands/agile.md +35 -0
- package/data/free-skills/devflow-agile/plugin/commands/devflow.md +42 -0
- package/data/free-skills/devflow-agile/plugin/skills/developer/SKILL.md +93 -0
- package/data/free-skills/devflow-agile/plugin/skills/developer/assets/sample-output.md +182 -0
- package/data/free-skills/devflow-agile/plugin/skills/developer/references/clean-architecture.md +361 -0
- package/data/free-skills/devflow-agile/plugin/skills/developer/references/clean-code-guide.md +207 -0
- package/data/free-skills/devflow-agile/plugin/skills/developer/references/debugging-methodology.md +191 -0
- package/data/free-skills/devflow-agile/template/agents/agile-coach.md +76 -0
- package/data/free-skills/devflow-agile/template/workflows/agile-sprint-workflow.md +81 -0
- package/data/free-skills/devflow-bootstrap/manifest.json +8 -0
- package/data/free-skills/devflow-bootstrap/plugin/commands/bootstrap/auto.md +31 -0
- package/data/free-skills/devflow-bootstrap/plugin/commands/bootstrap.md +38 -0
- package/data/free-skills/devflow-bootstrap/plugin/commands/devflow.md +20 -0
- package/data/free-skills/devflow-bootstrap/plugin/skills/project-scaffold/SKILL.md +56 -0
- package/data/free-skills/devflow-bootstrap/plugin/skills/project-scaffold/assets/sample-output.md +216 -0
- package/data/free-skills/devflow-bootstrap/plugin/skills/project-scaffold/references/architecture-decisions.md +254 -0
- package/data/free-skills/devflow-bootstrap/plugin/skills/project-scaffold/references/stack-templates.md +400 -0
- package/data/free-skills/devflow-bootstrap/template/agents/bootstrap-specialist.md +56 -0
- package/data/free-skills/devflow-bootstrap/template/workflows/bootstrap-workflow.md +70 -0
- package/data/free-skills/devflow-docs/manifest.json +8 -0
- package/data/free-skills/devflow-docs/plugin/commands/devflow.md +20 -0
- package/data/free-skills/devflow-docs/plugin/commands/docs/generate.md +17 -0
- package/data/free-skills/devflow-docs/plugin/commands/docs/parse.md +19 -0
- package/data/free-skills/devflow-docs/plugin/commands/docs.md +26 -0
- package/data/free-skills/devflow-docs/plugin/skills/pdf-processor/SKILL.md +59 -0
- package/data/free-skills/devflow-docs/plugin/skills/pdf-processor/assets/sample-output.md +114 -0
- package/data/free-skills/devflow-docs/plugin/skills/pdf-processor/references/extraction-techniques.md +115 -0
- package/data/free-skills/devflow-docs/plugin/skills/pdf-processor/references/ocr-strategies.md +167 -0
- package/data/free-skills/devflow-docs/template/agents/docs-specialist.md +35 -0
- package/data/free-skills/devflow-docs/template/workflows/docs-workflow.md +70 -0
- package/data/free-skills/devflow-postproject/manifest.json +13 -0
- package/data/free-skills/devflow-postproject/plugin/commands/devflow.md +34 -0
- package/data/free-skills/devflow-postproject/plugin/commands/postproject/handover.md +21 -0
- package/data/free-skills/devflow-postproject/plugin/commands/postproject/retro.md +21 -0
- package/data/free-skills/devflow-postproject/plugin/commands/postproject/support.md +21 -0
- package/data/free-skills/devflow-postproject/plugin/commands/postproject.md +32 -0
- package/data/free-skills/devflow-postproject/plugin/skills/retrospective/SKILL.md +70 -0
- package/data/free-skills/devflow-postproject/plugin/skills/retrospective/assets/sample-output.md +79 -0
- package/data/free-skills/devflow-postproject/plugin/skills/retrospective/references/facilitation-techniques.md +178 -0
- package/data/free-skills/devflow-postproject/plugin/skills/retrospective/references/lessons-learned-template.md +118 -0
- package/data/free-skills/devflow-postproject/plugin/skills/retrospective/references/retro-techniques.md +100 -0
- package/data/free-skills/devflow-postproject/template/agents/transition-manager.md +71 -0
- package/data/free-skills/devflow-postproject/template/workflows/transition-workflow.md +72 -0
- package/data/free-skills/devflow-presale/manifest.json +15 -0
- package/data/free-skills/devflow-presale/plugin/commands/devflow.md +47 -0
- package/data/free-skills/devflow-presale/plugin/commands/presale/analyze.md +30 -0
- package/data/free-skills/devflow-presale/plugin/commands/presale/estimate.md +30 -0
- package/data/free-skills/devflow-presale/plugin/commands/presale/price.md +30 -0
- package/data/free-skills/devflow-presale/plugin/commands/presale/propose.md +30 -0
- package/data/free-skills/devflow-presale/plugin/commands/presale.md +42 -0
- package/data/free-skills/devflow-presale/plugin/skills/requirement-analysis/SKILL.md +63 -0
- package/data/free-skills/devflow-presale/plugin/skills/requirement-analysis/assets/sample-output.md +129 -0
- package/data/free-skills/devflow-presale/plugin/skills/requirement-analysis/references/extraction-framework.md +140 -0
- package/data/free-skills/devflow-presale/plugin/skills/requirement-analysis/references/output-template.md +132 -0
- package/data/free-skills/devflow-presale/template/agents/presale-lead.md +83 -0
- package/data/free-skills/devflow-presale/template/agents/proposal-reviewer.md +63 -0
- package/data/free-skills/devflow-presale/template/workflows/presale-workflow.md +70 -0
- package/data/registry/categories.json +7 -0
- package/data/registry/packages.json +184 -0
- package/data/shared/framework/agents/brainstormer.md +74 -0
- package/data/shared/framework/agents/code-reviewer.md +87 -0
- package/data/shared/framework/agents/debugger.md +84 -0
- package/data/shared/framework/agents/docs-manager.md +55 -0
- package/data/shared/framework/agents/git-manager.md +59 -0
- package/data/shared/framework/agents/planner.md +68 -0
- package/data/shared/framework/agents/researcher.md +66 -0
- package/data/shared/framework/agents/tester.md +65 -0
- package/data/shared/framework/commands/cook/auto.md +27 -0
- package/data/shared/framework/commands/cook.md +45 -0
- package/data/shared/framework/commands/fix/ci.md +21 -0
- package/data/shared/framework/commands/fix/test.md +26 -0
- package/data/shared/framework/commands/fix/types.md +29 -0
- package/data/shared/framework/commands/fix.md +26 -0
- package/data/shared/framework/commands/git/cm.md +37 -0
- package/data/shared/framework/commands/git/pr.md +40 -0
- package/data/shared/framework/config/CLAUDE.md.template +26 -0
- package/data/shared/framework/config/settings.json +41 -0
- package/data/shared/framework/config/skillstore.config.json +29 -0
- package/data/shared/framework/hooks/discord-notify.sh +85 -0
- package/data/shared/framework/hooks/docs-sync.sh +53 -0
- package/data/shared/framework/hooks/modularization-hook.js +103 -0
- package/data/shared/framework/hooks/notification.js +94 -0
- package/data/shared/framework/hooks/quality-gate.js +109 -0
- package/data/shared/framework/hooks/scout-block.js +77 -0
- package/data/shared/framework/hooks/telegram-notify.sh +77 -0
- package/data/shared/framework/protocols/error-recovery.md +80 -0
- package/data/shared/framework/protocols/orchestration-protocol.md +112 -0
- package/data/shared/framework/quality/review-protocol.md +76 -0
- package/data/shared/framework/quality/verification-protocol.md +66 -0
- package/data/shared/framework/rules/development-rules.md +75 -0
- package/data/shared/framework/skills/backend-development/SKILL.md +77 -0
- package/data/shared/framework/skills/backend-development/assets/sample-output.md +175 -0
- package/data/shared/framework/skills/backend-development/references/advanced-patterns.md +180 -0
- package/data/shared/framework/skills/backend-development/references/api-design-guide.md +160 -0
- package/data/shared/framework/skills/backend-development/references/architecture-patterns.md +183 -0
- package/data/shared/framework/skills/backend-development/references/observability-resilience.md +155 -0
- package/data/shared/framework/skills/backend-development/references/troubleshooting.md +199 -0
- package/data/shared/framework/skills/codebase-analysis/SKILL.md +72 -0
- package/data/shared/framework/skills/codebase-analysis/assets/sample-output.md +263 -0
- package/data/shared/framework/skills/codebase-analysis/references/analysis-techniques.md +241 -0
- package/data/shared/framework/skills/codebase-analysis/references/dependency-mapping.md +280 -0
- package/data/shared/framework/skills/codebase-analysis/references/tech-debt-assessment.md +208 -0
- package/data/shared/framework/skills/databases/SKILL.md +72 -0
- package/data/shared/framework/skills/databases/assets/sample-output.md +212 -0
- package/data/shared/framework/skills/databases/references/advanced-data-patterns.md +259 -0
- package/data/shared/framework/skills/databases/references/query-optimization.md +214 -0
- package/data/shared/framework/skills/databases/references/schema-design.md +159 -0
- package/data/shared/framework/skills/databases/references/troubleshooting.md +214 -0
- package/data/shared/framework/skills/debugging-investigation/SKILL.md +84 -0
- package/data/shared/framework/skills/debugging-investigation/assets/sample-output.md +314 -0
- package/data/shared/framework/skills/debugging-investigation/references/systematic-debugging.md +197 -0
- package/data/shared/framework/skills/debugging-investigation/references/tool-specific-guides.md +202 -0
- package/data/shared/framework/skills/debugging-investigation/references/troubleshooting-patterns.md +196 -0
- package/data/shared/framework/skills/frontend-development/SKILL.md +67 -0
- package/data/shared/framework/skills/frontend-development/assets/sample-output.md +110 -0
- package/data/shared/framework/skills/frontend-development/references/component-patterns.md +112 -0
- package/data/shared/framework/skills/frontend-development/references/performance-guide.md +169 -0
- package/data/shared/framework/skills/frontend-development/references/routing-forms-realtime.md +374 -0
- package/data/shared/framework/skills/frontend-development/references/ssr-rsc-patterns.md +284 -0
- package/data/shared/framework/skills/frontend-development/references/troubleshooting.md +154 -0
- package/data/shared/framework/skills/mobile-development/SKILL.md +67 -0
- package/data/shared/framework/skills/mobile-development/assets/sample-output.md +382 -0
- package/data/shared/framework/skills/mobile-development/references/mobile-patterns.md +681 -0
- package/data/shared/framework/skills/mobile-development/references/mobile-performance.md +524 -0
- package/data/shared/framework/skills/mobile-development/references/troubleshooting.md +158 -0
- package/data/shared/framework/skills/security-audit/SKILL.md +83 -0
- package/data/shared/framework/skills/security-audit/assets/sample-output.md +451 -0
- package/data/shared/framework/skills/security-audit/references/owasp-checklist.md +580 -0
- package/data/shared/framework/skills/security-audit/references/secure-coding-patterns.md +433 -0
- package/data/shared/framework/skills/security-audit/references/vulnerability-remediation.md +331 -0
- package/data/shared/framework/skills/ui-generation/SKILL.md +70 -0
- package/data/shared/framework/skills/ui-generation/assets/sample-output.md +139 -0
- package/data/shared/framework/skills/ui-generation/references/accessibility-responsive.md +127 -0
- package/data/shared/framework/skills/ui-generation/references/compound-components.md +252 -0
- package/data/shared/framework/skills/ui-generation/references/generation-patterns.md +110 -0
- package/data/shared/framework/skills/ui-generation/references/storybook-design-system.md +278 -0
- package/data/shared/framework/skills/ui-generation/references/troubleshooting.md +198 -0
- package/data/shared/framework/workflows/documentation-management.md +58 -0
- package/data/shared/framework/workflows/primary-workflow.md +88 -0
- package/dist/commands/activate.d.ts +3 -0
- package/dist/commands/activate.d.ts.map +1 -0
- package/dist/commands/activate.js +34 -0
- package/dist/commands/activate.js.map +1 -0
- package/dist/commands/bundle.d.ts +3 -0
- package/dist/commands/bundle.d.ts.map +1 -0
- package/dist/commands/bundle.js +64 -0
- package/dist/commands/bundle.js.map +1 -0
- package/dist/commands/install.d.ts +3 -0
- package/dist/commands/install.d.ts.map +1 -0
- package/dist/commands/install.js +99 -0
- package/dist/commands/install.js.map +1 -0
- package/dist/commands/list.d.ts +3 -0
- package/dist/commands/list.d.ts.map +1 -0
- package/dist/commands/list.js +37 -0
- package/dist/commands/list.js.map +1 -0
- package/dist/commands/search.d.ts +3 -0
- package/dist/commands/search.d.ts.map +1 -0
- package/dist/commands/search.js +30 -0
- package/dist/commands/search.js.map +1 -0
- package/dist/commands/status.d.ts +3 -0
- package/dist/commands/status.d.ts.map +1 -0
- package/dist/commands/status.js +35 -0
- package/dist/commands/status.js.map +1 -0
- package/dist/commands/update.d.ts +3 -0
- package/dist/commands/update.d.ts.map +1 -0
- package/dist/commands/update.js +68 -0
- package/dist/commands/update.js.map +1 -0
- package/dist/download/cache.d.ts +3 -0
- package/dist/download/cache.d.ts.map +1 -0
- package/dist/download/cache.js +18 -0
- package/dist/download/cache.js.map +1 -0
- package/dist/download/client.d.ts +2 -0
- package/dist/download/client.d.ts.map +1 -0
- package/dist/download/client.js +58 -0
- package/dist/download/client.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +23 -0
- package/dist/index.js.map +1 -0
- package/dist/installer/file-copier.d.ts +6 -0
- package/dist/installer/file-copier.d.ts.map +1 -0
- package/dist/installer/file-copier.js +32 -0
- package/dist/installer/file-copier.js.map +1 -0
- package/dist/installer/plugin-installer.d.ts +12 -0
- package/dist/installer/plugin-installer.d.ts.map +1 -0
- package/dist/installer/plugin-installer.js +33 -0
- package/dist/installer/plugin-installer.js.map +1 -0
- package/dist/installer/template-installer.d.ts +12 -0
- package/dist/installer/template-installer.d.ts.map +1 -0
- package/dist/installer/template-installer.js +45 -0
- package/dist/installer/template-installer.js.map +1 -0
- package/dist/license/crypto.d.ts +16 -0
- package/dist/license/crypto.d.ts.map +1 -0
- package/dist/license/crypto.js +50 -0
- package/dist/license/crypto.js.map +1 -0
- package/dist/license/license-store.d.ts +19 -0
- package/dist/license/license-store.d.ts.map +1 -0
- package/dist/license/license-store.js +99 -0
- package/dist/license/license-store.js.map +1 -0
- package/dist/license/validator.d.ts +32 -0
- package/dist/license/validator.d.ts.map +1 -0
- package/dist/license/validator.js +81 -0
- package/dist/license/validator.js.map +1 -0
- package/dist/registry/loader.d.ts +30 -0
- package/dist/registry/loader.d.ts.map +1 -0
- package/dist/registry/loader.js +22 -0
- package/dist/registry/loader.js.map +1 -0
- package/dist/registry/search-engine.d.ts +9 -0
- package/dist/registry/search-engine.d.ts.map +1 -0
- package/dist/registry/search-engine.js +30 -0
- package/dist/registry/search-engine.js.map +1 -0
- package/dist/utils/config.d.ts +14 -0
- package/dist/utils/config.d.ts.map +1 -0
- package/dist/utils/config.js +28 -0
- package/dist/utils/config.js.map +1 -0
- package/dist/utils/logger.d.ts +9 -0
- package/dist/utils/logger.d.ts.map +1 -0
- package/dist/utils/logger.js +22 -0
- package/dist/utils/logger.js.map +1 -0
- package/dist/utils/paths.d.ts +20 -0
- package/dist/utils/paths.d.ts.map +1 -0
- package/dist/utils/paths.js +79 -0
- package/dist/utils/paths.js.map +1 -0
- package/package.json +54 -0
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
# Output Template — Requirement Analysis Deliverable
|
|
2
|
+
|
|
3
|
+
## Output File Structure
|
|
4
|
+
|
|
5
|
+
File name: `{project-name}-requirement-analysis.md`
|
|
6
|
+
Location: `docs/presale/`
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 1. Executive Summary
|
|
11
|
+
|
|
12
|
+
```markdown
|
|
13
|
+
## Executive Summary
|
|
14
|
+
|
|
15
|
+
**Project:** {Project name}
|
|
16
|
+
**Client:** {Client name}
|
|
17
|
+
**Industry:** {Industry}
|
|
18
|
+
**Analysis Date:** {yyyy-MM-dd}
|
|
19
|
+
**Source Documents:** {RFP v1.2 dated xx/xx, email thread, meeting notes...}
|
|
20
|
+
|
|
21
|
+
### Summary
|
|
22
|
+
{3-5 sentences describing: project objective, main scope, overall complexity, preliminary timeline estimate}
|
|
23
|
+
|
|
24
|
+
### Key Highlights
|
|
25
|
+
- **Total FR:** {count} | **Total NFR:** {count}
|
|
26
|
+
- **Gaps identified:** {count} (Critical: {count}, Major: {count}, Minor: {count})
|
|
27
|
+
- **Assumptions:** {count} (High-risk: {count})
|
|
28
|
+
- **Questions requiring clarification:** {count} — {count} blocking estimation
|
|
29
|
+
|
|
30
|
+
### Preliminary Assessment
|
|
31
|
+
- **Complexity:** Low / Medium / High / Very High
|
|
32
|
+
- **Estimation confidence:** Low (many gaps) / Medium / High
|
|
33
|
+
- **Key risks:** {2-3 main risks from a requirements perspective}
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## 2. Requirements Matrix
|
|
37
|
+
|
|
38
|
+
```markdown
|
|
39
|
+
## Requirements Matrix
|
|
40
|
+
|
|
41
|
+
### Functional Requirements
|
|
42
|
+
|
|
43
|
+
| ID | Module | Requirement | Priority | Complexity | Notes |
|
|
44
|
+
|----|--------|------------|----------|------------|-------|
|
|
45
|
+
| FR-001 | User Management | {Description} | Must | Medium | {Notes, ref gap if applicable} |
|
|
46
|
+
| FR-002 | Core Workflow | {Description} | Must | High | {Notes} |
|
|
47
|
+
| FR-003 | Reporting | {Description} | Should | Low | {Notes} |
|
|
48
|
+
|
|
49
|
+
### Non-Functional Requirements
|
|
50
|
+
|
|
51
|
+
| ID | Category | Requirement | Priority | Impact | Notes |
|
|
52
|
+
|----|----------|------------|----------|--------|-------|
|
|
53
|
+
| NFR-001 | Performance | {Description} | Must | High | {Specific metrics} |
|
|
54
|
+
| NFR-002 | Security | {Description} | Must | High | {Compliance ref} |
|
|
55
|
+
| NFR-003 | Scalability | {Description} | Should | Medium | {Growth projections} |
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
### Field Guidelines
|
|
59
|
+
- **Priority**: Must / Should / Could / Won't (MoSCoW)
|
|
60
|
+
- **Complexity**: Low (< 3 man-days) / Medium (3-10) / High (10-30) / Very High (30+)
|
|
61
|
+
- **Impact** (for NFR): Low / Medium / High — effect on architecture/effort
|
|
62
|
+
|
|
63
|
+
## 3. Gap Analysis Table
|
|
64
|
+
|
|
65
|
+
```markdown
|
|
66
|
+
## Gap Analysis
|
|
67
|
+
|
|
68
|
+
| ID | Related Req | Gap Description | Severity | Impact on Estimation | Suggested Action |
|
|
69
|
+
|----|------------|----------------|----------|---------------------|-----------------|
|
|
70
|
+
| GAP-001 | FR-005 | API documentation for {system} not provided | Critical | Cannot estimate integration effort | Request API docs before estimation |
|
|
71
|
+
| GAP-002 | NFR-002 | Specific compliance framework not stated | Major | May add 20-30% effort if HIPAA | Clarify with client |
|
|
72
|
+
| GAP-003 | FR-012 | Report export formats not specified | Minor | Minimal impact | Assume PDF + Excel, confirm later |
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
### Severity Guide
|
|
76
|
+
- **Critical**: Blocks estimation or could change scope by >20%. MUST clarify before estimating.
|
|
77
|
+
- **Major**: Significant impact (10-20% effort). Should clarify, but can estimate with assumptions.
|
|
78
|
+
- **Minor**: Small impact (<10%). Can proceed with reasonable assumptions.
|
|
79
|
+
|
|
80
|
+
## 4. Assumption Register
|
|
81
|
+
|
|
82
|
+
```markdown
|
|
83
|
+
## Assumption Register
|
|
84
|
+
|
|
85
|
+
| ID | Related Gap | Assumption | Risk Level | Rationale | Impact if Wrong |
|
|
86
|
+
|----|-----------|-----------|------------|-----------|----------------|
|
|
87
|
+
| ASM-001 | GAP-002 | Standard OWASP security practices apply, no HIPAA | Medium | No healthcare data mentioned | +30% effort, compliance audit needed |
|
|
88
|
+
| ASM-002 | GAP-003 | Reports export to PDF and Excel | Low | Industry standard | Minimal, additional format is small effort |
|
|
89
|
+
| ASM-003 | — | Client provides staging environment for integration testing | High | Not mentioned in RFP | +2-4 weeks if we must provision |
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
### How to Write Good Assumptions
|
|
93
|
+
- Be specific and measurable — avoid vagueness
|
|
94
|
+
- Always note "Impact if Wrong" — helps the client understand why confirmation is needed
|
|
95
|
+
- High-risk assumptions SHOULD be raised in client questions
|
|
96
|
+
|
|
97
|
+
## 5. Risk Flags from Requirements
|
|
98
|
+
|
|
99
|
+
```markdown
|
|
100
|
+
## Risk Flags
|
|
101
|
+
|
|
102
|
+
| # | Risk | Source | Likelihood | Impact | Mitigation |
|
|
103
|
+
|---|------|--------|-----------|--------|------------|
|
|
104
|
+
| 1 | Timeline too tight for scope | RFP Section 4 | High | High | Propose phased delivery |
|
|
105
|
+
| 2 | Integration with legacy system | FR-008, FR-009 | Medium | High | Request API docs, plan PoC sprint |
|
|
106
|
+
| 3 | Data migration scope unclear | FR-015 | High | Medium | Clarify volume, transformation rules |
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
## 6. Questions for Client
|
|
110
|
+
|
|
111
|
+
```markdown
|
|
112
|
+
## Questions for Client
|
|
113
|
+
|
|
114
|
+
### Critical (Blocking Estimation)
|
|
115
|
+
1. [GAP-001] Could you provide API documentation for {system}? We need to understand endpoints, authentication, and data formats to estimate integration effort.
|
|
116
|
+
2. [GAP-004] What is the expected data migration volume? Number of records, historical data range, and data quality status.
|
|
117
|
+
|
|
118
|
+
### Important (Affects Scope)
|
|
119
|
+
3. [GAP-002] Are there specific compliance requirements (HIPAA, PCI-DSS, SOC2)? This significantly affects architecture and effort.
|
|
120
|
+
4. [GAP-006] What is the expected concurrent user count at peak? This determines infrastructure and performance engineering effort.
|
|
121
|
+
|
|
122
|
+
### Nice to Know (Improves Accuracy)
|
|
123
|
+
5. [GAP-003] What report export formats are required? We're assuming PDF and Excel.
|
|
124
|
+
6. [GAP-007] Is there a preferred tech stack or are we free to recommend?
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
### Question Writing Guidelines
|
|
128
|
+
- Write in English (for international clients) or the client's language depending on context
|
|
129
|
+
- Always reference the Gap ID so the client understands the context
|
|
130
|
+
- Explain WHY this information is needed (related to estimation/scope/risk)
|
|
131
|
+
- Sort by priority — Critical questions first
|
|
132
|
+
- Suggest expected answers if possible (helps the client respond faster)
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: presale-lead
|
|
3
|
+
description: Use this agent to lead the entire presale process — from RFP analysis through proposal submission. Coordinates requirement analysis, solution design, estimation, risk assessment, proposal writing, and pricing. Best for complex bids requiring multiple presale activities.
|
|
4
|
+
tools: Glob, Grep, LS, Read, Edit, Write, WebFetch, WebSearch
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
You are a Senior Presale Lead with 15+ years of experience in IT outsourcing, consulting, and software services. You specialize in winning complex technology projects through compelling, well-structured proposals.
|
|
8
|
+
|
|
9
|
+
## Core Responsibilities
|
|
10
|
+
|
|
11
|
+
### 1. RFP/RFQ Analysis
|
|
12
|
+
- Activate `requirement-analysis` skill
|
|
13
|
+
- Extract all functional and non-functional requirements
|
|
14
|
+
- Identify gaps, ambiguities, and assumptions
|
|
15
|
+
- Flag compliance requirements and mandatory criteria
|
|
16
|
+
|
|
17
|
+
### 2. Solution Architecture
|
|
18
|
+
- Activate `solution-design` skill
|
|
19
|
+
- Design technology architecture aligned with client needs
|
|
20
|
+
- Evaluate and recommend tech stack
|
|
21
|
+
- Map integration points with existing client systems
|
|
22
|
+
|
|
23
|
+
### 3. Estimation & Planning
|
|
24
|
+
- Activate `estimation` skill
|
|
25
|
+
- Create WBS from requirements
|
|
26
|
+
- Apply 3-point estimation methodology
|
|
27
|
+
- Calculate risk-based buffers
|
|
28
|
+
|
|
29
|
+
### 4. Risk Management
|
|
30
|
+
- Activate `risk-assessment` skill
|
|
31
|
+
- Identify technical, resource, and timeline risks
|
|
32
|
+
- Create mitigation strategies
|
|
33
|
+
- Prepare contingency plans
|
|
34
|
+
|
|
35
|
+
### 5. Proposal Authoring
|
|
36
|
+
- Activate `proposal-writer` skill
|
|
37
|
+
- Compile all analyses into cohesive proposal
|
|
38
|
+
- Ensure win themes are woven throughout
|
|
39
|
+
- Verify compliance matrix alignment
|
|
40
|
+
|
|
41
|
+
### 6. Pricing
|
|
42
|
+
- Activate `pricing-strategy` skill
|
|
43
|
+
- Build cost baseline from estimation
|
|
44
|
+
- Present multiple pricing models
|
|
45
|
+
- Ensure target margins are met
|
|
46
|
+
|
|
47
|
+
## Operational Guidelines
|
|
48
|
+
|
|
49
|
+
- Start with requirement analysis before any other activity
|
|
50
|
+
- Run solution design and estimation in parallel when possible
|
|
51
|
+
- Feed all outputs into proposal writing
|
|
52
|
+
- Always validate pricing against market benchmarks
|
|
53
|
+
- Ask clarifying questions rather than making assumptions
|
|
54
|
+
- Produce client-ready deliverables, not internal drafts
|
|
55
|
+
|
|
56
|
+
## Error Recovery
|
|
57
|
+
|
|
58
|
+
Reference: `rules/development-rules.md` and `protocols/error-recovery.md`
|
|
59
|
+
|
|
60
|
+
### Retry Policy
|
|
61
|
+
- Max retries: from config.thresholds.maxRetries (default: 3)
|
|
62
|
+
- Between retries: analyze failure, identify different approach
|
|
63
|
+
- After max retries: STOP, report failure with diagnostic context
|
|
64
|
+
|
|
65
|
+
### Escalation
|
|
66
|
+
| Failure | Action |
|
|
67
|
+
|---------|--------|
|
|
68
|
+
| Unclear RFP requirements | Ask user for clarification, DO NOT assume |
|
|
69
|
+
| Missing client info (budget, timeline) | Flag as gap, document assumption with HIGH risk |
|
|
70
|
+
| Estimation variance > 30% between techniques | Report both estimates, explain variance, recommend validation |
|
|
71
|
+
| Agent timeout | Save partial deliverable, report what's done vs. remaining |
|
|
72
|
+
|
|
73
|
+
## Checkpoint Protocol
|
|
74
|
+
|
|
75
|
+
After completing each phase (Requirement → Solution → Estimation → Risk → Proposal → Pricing):
|
|
76
|
+
1. Save deliverable output
|
|
77
|
+
2. Log: phase completed, key findings, dependencies for next phase
|
|
78
|
+
3. If interrupted: next session can resume from last completed phase
|
|
79
|
+
|
|
80
|
+
## Model Usage
|
|
81
|
+
- Primary tasks (analysis, writing): use configured primary model
|
|
82
|
+
- Research subtasks: prefer lightweight model for efficiency
|
|
83
|
+
- If primary model unavailable: fall back to configured fallback
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: proposal-reviewer
|
|
3
|
+
description: Use this agent to review proposals before submission — checks compliance, quality, consistency, win theme alignment, and commercial viability. Essential quality gate for high-value bids.
|
|
4
|
+
tools: Glob, Grep, LS, Read
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
You are a Senior Proposal Reviewer with deep expertise in IT outsourcing bid management. Your role is to find issues before the client does.
|
|
8
|
+
|
|
9
|
+
## Review Checklist
|
|
10
|
+
|
|
11
|
+
### 1. Compliance Check
|
|
12
|
+
- All mandatory requirements addressed
|
|
13
|
+
- Response format matches RFP specifications
|
|
14
|
+
- Required certifications and references included
|
|
15
|
+
- Submission deadline and format requirements met
|
|
16
|
+
|
|
17
|
+
### 2. Technical Soundness
|
|
18
|
+
- Architecture appropriate for stated requirements
|
|
19
|
+
- Tech stack justified with clear rationale
|
|
20
|
+
- Scalability and performance addressed
|
|
21
|
+
- Security approach comprehensive
|
|
22
|
+
- Integration points clearly mapped
|
|
23
|
+
|
|
24
|
+
### 3. Commercial Viability
|
|
25
|
+
- Pricing competitive but profitable
|
|
26
|
+
- Margins within acceptable thresholds
|
|
27
|
+
- Payment terms and milestones clear
|
|
28
|
+
- Change order provisions included
|
|
29
|
+
- Risk premium adequate for project complexity
|
|
30
|
+
|
|
31
|
+
### 4. Proposal Quality
|
|
32
|
+
- Executive summary compelling and client-focused
|
|
33
|
+
- Win themes consistent throughout
|
|
34
|
+
- No internal jargon or placeholder text
|
|
35
|
+
- Professional tone, free of grammatical errors
|
|
36
|
+
- Visual elements support the narrative
|
|
37
|
+
|
|
38
|
+
### 5. Consistency
|
|
39
|
+
- Effort numbers match across estimation and pricing
|
|
40
|
+
- Timeline aligns with team composition
|
|
41
|
+
- Scope in proposal matches requirement analysis
|
|
42
|
+
- Risk assessment reflected in buffers and pricing
|
|
43
|
+
|
|
44
|
+
## Output
|
|
45
|
+
|
|
46
|
+
Provide a structured review report:
|
|
47
|
+
- **Critical issues** — Must fix before submission
|
|
48
|
+
- **Recommendations** — Should fix if time permits
|
|
49
|
+
- **Strengths** — What works well (for team confidence)
|
|
50
|
+
- **Compliance score** — Percentage of requirements addressed
|
|
51
|
+
|
|
52
|
+
## Error Recovery
|
|
53
|
+
|
|
54
|
+
### When Review Finds Critical Issues
|
|
55
|
+
1. Document ALL critical issues (don't stop at first one)
|
|
56
|
+
2. For each: explain WHY it's critical + specific fix suggestion
|
|
57
|
+
3. Estimate effort to fix (quick fix vs. rework)
|
|
58
|
+
4. If > 3 critical issues: recommend going back to relevant phase
|
|
59
|
+
|
|
60
|
+
### Escalation
|
|
61
|
+
- If proposal contradicts requirements: flag immediately, block submission
|
|
62
|
+
- If pricing doesn't meet margin threshold: escalate to user before proceeding
|
|
63
|
+
- If compliance gaps found: list ALL gaps, mark as BLOCKING
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
# Presale Workflow
|
|
2
|
+
|
|
3
|
+
End-to-end presale process from RFP receipt to proposal submission.
|
|
4
|
+
|
|
5
|
+
## Phase 1: Discovery & Analysis
|
|
6
|
+
|
|
7
|
+
1. **RFP Intake**
|
|
8
|
+
- Receive and catalog RFP document
|
|
9
|
+
- Delegate to `presale-lead` agent for initial assessment
|
|
10
|
+
- Determine bid/no-bid decision criteria
|
|
11
|
+
|
|
12
|
+
2. **Requirement Extraction**
|
|
13
|
+
- `presale-lead` activates `requirement-analysis` skill
|
|
14
|
+
- Extract functional and non-functional requirements
|
|
15
|
+
- Identify gaps and prepare clarification questions
|
|
16
|
+
- Output: Requirement analysis document
|
|
17
|
+
|
|
18
|
+
## Phase 2: Solution & Estimation (Parallel)
|
|
19
|
+
|
|
20
|
+
3. **Solution Design** (parallel with step 4)
|
|
21
|
+
- `presale-lead` activates `solution-design` skill
|
|
22
|
+
- Design architecture based on requirements
|
|
23
|
+
- Select technology stack
|
|
24
|
+
- Map integration points
|
|
25
|
+
- Output: Solution design document
|
|
26
|
+
|
|
27
|
+
4. **Effort Estimation** (parallel with step 3)
|
|
28
|
+
- `presale-lead` activates `estimation` skill
|
|
29
|
+
- Create WBS from requirements
|
|
30
|
+
- Apply 3-point estimation
|
|
31
|
+
- Calculate buffers
|
|
32
|
+
- Output: Estimation document
|
|
33
|
+
|
|
34
|
+
## Phase 3: Risk & Pricing
|
|
35
|
+
|
|
36
|
+
5. **Risk Assessment**
|
|
37
|
+
- `presale-lead` activates `risk-assessment` skill
|
|
38
|
+
- Input: Outputs from phases 1 and 2
|
|
39
|
+
- Evaluate technical, resource, and timeline risks
|
|
40
|
+
- Create mitigation plans
|
|
41
|
+
- Output: Risk register
|
|
42
|
+
|
|
43
|
+
6. **Pricing**
|
|
44
|
+
- `presale-lead` activates `pricing-strategy` skill
|
|
45
|
+
- Input: Estimation + risk assessment
|
|
46
|
+
- Build cost baseline and pricing models
|
|
47
|
+
- Perform margin analysis
|
|
48
|
+
- Output: Pricing document
|
|
49
|
+
|
|
50
|
+
## Phase 4: Proposal & Review
|
|
51
|
+
|
|
52
|
+
7. **Proposal Writing**
|
|
53
|
+
- `presale-lead` activates `proposal-writer` skill
|
|
54
|
+
- Input: All previous outputs
|
|
55
|
+
- Compile comprehensive proposal
|
|
56
|
+
- Apply win themes and compliance alignment
|
|
57
|
+
- Output: Draft proposal
|
|
58
|
+
|
|
59
|
+
8. **Quality Review**
|
|
60
|
+
- Delegate to `proposal-reviewer` agent
|
|
61
|
+
- Review for compliance, technical soundness, commercial viability
|
|
62
|
+
- Address critical issues
|
|
63
|
+
- Output: Final proposal ready for submission
|
|
64
|
+
|
|
65
|
+
## Quality Gates
|
|
66
|
+
|
|
67
|
+
- **After Phase 1**: Requirements must be reviewed by stakeholder
|
|
68
|
+
- **After Phase 2**: Solution + estimation must be consistent
|
|
69
|
+
- **After Phase 3**: Pricing must meet margin thresholds
|
|
70
|
+
- **After Phase 4**: Proposal must pass compliance check ≥ 95%
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "@skillstore/devflow-presale",
|
|
4
|
+
"displayName": "DevFlow Presale",
|
|
5
|
+
"description": "Win projects with lower risk — RFP analysis, proposal writing, estimation, risk assessment, solution design, and pricing strategy",
|
|
6
|
+
"version": "1.0.0",
|
|
7
|
+
"category": "devflow",
|
|
8
|
+
"skills": [
|
|
9
|
+
{
|
|
10
|
+
"name": "requirement-analysis",
|
|
11
|
+
"description": "Analyze RFP/RFQ documents, extract requirements, identify gaps & assumptions"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "proposal-writer",
|
|
15
|
+
"description": "Create technical proposals with approach, methodology, team structure, timeline"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "estimation",
|
|
19
|
+
"description": "Effort estimation (man-days), WBS breakdown, 3-point estimation with buffer"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "risk-assessment",
|
|
23
|
+
"description": "Technical, resource, and timeline risk evaluation with mitigation plans"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "solution-design",
|
|
27
|
+
"description": "Architecture proposals, tech stack selection, integration point identification"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "pricing-strategy",
|
|
31
|
+
"description": "Pricing models (T&M, Fixed, Hybrid), margin analysis, competitive pricing"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"freeSkills": ["requirement-analysis"],
|
|
35
|
+
"price": {
|
|
36
|
+
"single": 29,
|
|
37
|
+
"currency": "USD"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "@skillstore/devflow-agile",
|
|
42
|
+
"displayName": "DevFlow Agile",
|
|
43
|
+
"description": "Run Agile projects effectively — 10 role-based skills covering the entire development team",
|
|
44
|
+
"version": "1.0.0",
|
|
45
|
+
"category": "devflow",
|
|
46
|
+
"skills": [
|
|
47
|
+
{
|
|
48
|
+
"name": "project-manager",
|
|
49
|
+
"description": "Planning, tracking, stakeholder management, reporting"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "scrum-master",
|
|
53
|
+
"description": "Ceremonies, blocker removal, velocity tracking, burndown"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "business-analyst",
|
|
57
|
+
"description": "User stories, acceptance criteria, process flow, UAT"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "solution-architect",
|
|
61
|
+
"description": "System design, technical decisions, NFRs, integration"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "tech-lead",
|
|
65
|
+
"description": "Code standards, technical guidance, PR review, tech debt"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "team-lead",
|
|
69
|
+
"description": "Task assignment, mentoring, performance, coordination"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "developer",
|
|
73
|
+
"description": "Clean code, design patterns, debugging, best practices"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "qa-tester",
|
|
77
|
+
"description": "Test planning, test cases, bug reporting, automation strategy"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "ui-ux-designer",
|
|
81
|
+
"description": "Wireframe review, design system, accessibility, UX feedback"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "devops-engineer",
|
|
85
|
+
"description": "CI/CD, deployment, monitoring, environment management"
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"freeSkills": ["developer"],
|
|
89
|
+
"price": {
|
|
90
|
+
"single": 49,
|
|
91
|
+
"currency": "USD"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "@skillstore/devflow-postproject",
|
|
96
|
+
"displayName": "DevFlow Post-Project",
|
|
97
|
+
"description": "Handover and maintain quality — documentation, support, retrospectives, and client feedback",
|
|
98
|
+
"version": "1.0.0",
|
|
99
|
+
"category": "devflow",
|
|
100
|
+
"skills": [
|
|
101
|
+
{
|
|
102
|
+
"name": "handover",
|
|
103
|
+
"description": "Handover documentation: architecture, setup, known issues, contacts"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "maintenance-support",
|
|
107
|
+
"description": "SLA tracking, hotfix workflow, incident management"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "retrospective",
|
|
111
|
+
"description": "Lessons learned, process improvement, team feedback"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "client-feedback",
|
|
115
|
+
"description": "Satisfaction survey, feedback collection, upsell opportunities"
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"freeSkills": ["retrospective"],
|
|
119
|
+
"price": {
|
|
120
|
+
"single": 19,
|
|
121
|
+
"currency": "USD"
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "@skillstore/devflow-docs",
|
|
126
|
+
"displayName": "DevFlow Docs",
|
|
127
|
+
"description": "Process PDFs, Excel, Word, PowerPoint — extract requirements, analyze budgets, generate reports",
|
|
128
|
+
"version": "1.0.0",
|
|
129
|
+
"category": "devflow",
|
|
130
|
+
"skills": [
|
|
131
|
+
{
|
|
132
|
+
"name": "pdf-processor",
|
|
133
|
+
"description": "Extract text, tables, forms from PDF documents (RFPs, contracts, specs)"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "excel-analyzer",
|
|
137
|
+
"description": "Analyze Excel/CSV: budgets, resource plans, timelines, data patterns"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "doc-generator",
|
|
141
|
+
"description": "Generate professional reports, proposals, handover docs from structured data"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "presentation-reviewer",
|
|
145
|
+
"description": "Review PowerPoint decks: extract requirements, decisions, action items"
|
|
146
|
+
}
|
|
147
|
+
],
|
|
148
|
+
"freeSkills": ["pdf-processor"],
|
|
149
|
+
"price": {
|
|
150
|
+
"single": 19,
|
|
151
|
+
"currency": "USD"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"name": "@skillstore/devflow-bootstrap",
|
|
156
|
+
"displayName": "DevFlow Bootstrap",
|
|
157
|
+
"description": "Project scaffolding, CI/CD setup, environment configuration, code standards — Sprint 0 in 30 minutes",
|
|
158
|
+
"version": "1.0.0",
|
|
159
|
+
"category": "devflow",
|
|
160
|
+
"skills": [
|
|
161
|
+
{
|
|
162
|
+
"name": "project-scaffold",
|
|
163
|
+
"description": "Generate project structure for any tech stack (Next.js, NestJS, Spring Boot, etc.)"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "cicd-setup",
|
|
167
|
+
"description": "Setup CI/CD pipelines (GitHub Actions, GitLab CI, Jenkins)"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"name": "env-configurator",
|
|
171
|
+
"description": "Configure environments: .env templates, Docker Compose, secret management"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "code-standards-init",
|
|
175
|
+
"description": "Init linting, formatting, commit hooks (ESLint, Prettier, Husky)"
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"freeSkills": ["project-scaffold"],
|
|
179
|
+
"price": {
|
|
180
|
+
"single": 19,
|
|
181
|
+
"currency": "USD"
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
]
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: brainstormer
|
|
3
|
+
description: Use this agent before creative work — exploring approaches, generating alternatives, evaluating trade-offs. Helps avoid premature commitment to first idea.
|
|
4
|
+
tools: Glob, Grep, LS, Read, WebSearch
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
You are a Creative Technical Brainstormer. You explore possibilities before the team commits to an approach.
|
|
8
|
+
|
|
9
|
+
## When to Use
|
|
10
|
+
- Before starting a new feature (explore approaches)
|
|
11
|
+
- When stuck on a problem (generate alternatives)
|
|
12
|
+
- When making architecture decisions (evaluate trade-offs)
|
|
13
|
+
- When requirements are ambiguous (explore interpretations)
|
|
14
|
+
|
|
15
|
+
## Brainstorming Process
|
|
16
|
+
|
|
17
|
+
### 1. Problem Framing
|
|
18
|
+
- Restate the problem in your own words
|
|
19
|
+
- Identify constraints (time, tech, team, budget)
|
|
20
|
+
- Define success criteria
|
|
21
|
+
|
|
22
|
+
### 2. Divergent Thinking (Generate Options)
|
|
23
|
+
- Generate 3-5 distinct approaches
|
|
24
|
+
- For each: brief description + key trade-off
|
|
25
|
+
- Include at least one unconventional option
|
|
26
|
+
- Don't self-censor — bad ideas can spark good ones
|
|
27
|
+
|
|
28
|
+
### 3. Convergent Thinking (Evaluate)
|
|
29
|
+
- Score each approach against success criteria
|
|
30
|
+
- Identify risks per approach
|
|
31
|
+
- Consider team capability and timeline
|
|
32
|
+
- Consider maintenance burden
|
|
33
|
+
|
|
34
|
+
### 4. Recommendation
|
|
35
|
+
- Recommend top 1-2 approaches with rationale
|
|
36
|
+
- Explain why others were eliminated
|
|
37
|
+
- Note what would change your recommendation
|
|
38
|
+
|
|
39
|
+
## Output Format
|
|
40
|
+
|
|
41
|
+
```markdown
|
|
42
|
+
## Brainstorm: [Topic]
|
|
43
|
+
|
|
44
|
+
### Problem
|
|
45
|
+
[Restated problem + constraints]
|
|
46
|
+
|
|
47
|
+
### Options
|
|
48
|
+
|
|
49
|
+
**Option A: [Name]**
|
|
50
|
+
- Approach: [description]
|
|
51
|
+
- Pros: [list]
|
|
52
|
+
- Cons: [list]
|
|
53
|
+
- Risk: [key risk]
|
|
54
|
+
- Effort: [S/M/L]
|
|
55
|
+
|
|
56
|
+
**Option B: [Name]**
|
|
57
|
+
...
|
|
58
|
+
|
|
59
|
+
**Option C: [Name]**
|
|
60
|
+
...
|
|
61
|
+
|
|
62
|
+
### Recommendation
|
|
63
|
+
[Top pick + rationale]
|
|
64
|
+
|
|
65
|
+
### Decision Factors
|
|
66
|
+
- If [condition]: choose Option B instead
|
|
67
|
+
- If [condition]: reconsider Option C
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
## Rules
|
|
71
|
+
- Minimum 3 options (forces creative thinking)
|
|
72
|
+
- Always include effort estimate per option
|
|
73
|
+
- Don't over-analyze — brainstorm is for breadth, not depth
|
|
74
|
+
- Keep total output < 100 lines
|