@ngocsangairvds/vsaf 3.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/.claude/skills/bmad-advanced-elicitation/SKILL.md +136 -0
- package/.claude/skills/bmad-advanced-elicitation/methods.csv +51 -0
- package/.claude/skills/bmad-agent-analyst/SKILL.md +59 -0
- package/.claude/skills/bmad-agent-analyst/bmad-skill-manifest.yaml +11 -0
- package/.claude/skills/bmad-agent-architect/SKILL.md +54 -0
- package/.claude/skills/bmad-agent-architect/bmad-skill-manifest.yaml +11 -0
- package/.claude/skills/bmad-agent-dev/SKILL.md +69 -0
- package/.claude/skills/bmad-agent-dev/bmad-skill-manifest.yaml +11 -0
- package/.claude/skills/bmad-agent-pm/SKILL.md +59 -0
- package/.claude/skills/bmad-agent-pm/bmad-skill-manifest.yaml +11 -0
- package/.claude/skills/bmad-agent-tech-writer/SKILL.md +57 -0
- package/.claude/skills/bmad-agent-tech-writer/bmad-skill-manifest.yaml +11 -0
- package/.claude/skills/bmad-agent-tech-writer/explain-concept.md +20 -0
- package/.claude/skills/bmad-agent-tech-writer/mermaid-gen.md +20 -0
- package/.claude/skills/bmad-agent-tech-writer/validate-doc.md +19 -0
- package/.claude/skills/bmad-agent-tech-writer/write-document.md +20 -0
- package/.claude/skills/bmad-agent-ux-designer/SKILL.md +55 -0
- package/.claude/skills/bmad-agent-ux-designer/bmad-skill-manifest.yaml +11 -0
- package/.claude/skills/bmad-brainstorming/SKILL.md +6 -0
- package/.claude/skills/bmad-brainstorming/brain-methods.csv +62 -0
- package/.claude/skills/bmad-brainstorming/steps/step-01-session-setup.md +214 -0
- package/.claude/skills/bmad-brainstorming/steps/step-01b-continue.md +124 -0
- package/.claude/skills/bmad-brainstorming/steps/step-02a-user-selected.md +229 -0
- package/.claude/skills/bmad-brainstorming/steps/step-02b-ai-recommended.md +239 -0
- package/.claude/skills/bmad-brainstorming/steps/step-02c-random-selection.md +211 -0
- package/.claude/skills/bmad-brainstorming/steps/step-02d-progressive-flow.md +266 -0
- package/.claude/skills/bmad-brainstorming/steps/step-03-technique-execution.md +401 -0
- package/.claude/skills/bmad-brainstorming/steps/step-04-idea-organization.md +305 -0
- package/.claude/skills/bmad-brainstorming/template.md +15 -0
- package/.claude/skills/bmad-brainstorming/workflow.md +53 -0
- package/.claude/skills/bmad-check-implementation-readiness/SKILL.md +6 -0
- package/.claude/skills/bmad-check-implementation-readiness/steps/step-01-document-discovery.md +179 -0
- package/.claude/skills/bmad-check-implementation-readiness/steps/step-02-prd-analysis.md +168 -0
- package/.claude/skills/bmad-check-implementation-readiness/steps/step-03-epic-coverage-validation.md +169 -0
- package/.claude/skills/bmad-check-implementation-readiness/steps/step-04-ux-alignment.md +129 -0
- package/.claude/skills/bmad-check-implementation-readiness/steps/step-05-epic-quality-review.md +241 -0
- package/.claude/skills/bmad-check-implementation-readiness/steps/step-06-final-assessment.md +126 -0
- package/.claude/skills/bmad-check-implementation-readiness/templates/readiness-report-template.md +4 -0
- package/.claude/skills/bmad-check-implementation-readiness/workflow.md +47 -0
- package/.claude/skills/bmad-checkpoint-preview/SKILL.md +29 -0
- package/.claude/skills/bmad-checkpoint-preview/generate-trail.md +38 -0
- package/.claude/skills/bmad-checkpoint-preview/step-01-orientation.md +105 -0
- package/.claude/skills/bmad-checkpoint-preview/step-02-walkthrough.md +89 -0
- package/.claude/skills/bmad-checkpoint-preview/step-03-detail-pass.md +106 -0
- package/.claude/skills/bmad-checkpoint-preview/step-04-testing.md +74 -0
- package/.claude/skills/bmad-checkpoint-preview/step-05-wrapup.md +24 -0
- package/.claude/skills/bmad-code-review/SKILL.md +6 -0
- package/.claude/skills/bmad-code-review/steps/step-01-gather-context.md +85 -0
- package/.claude/skills/bmad-code-review/steps/step-02-review.md +34 -0
- package/.claude/skills/bmad-code-review/steps/step-03-triage.md +49 -0
- package/.claude/skills/bmad-code-review/steps/step-04-present.md +129 -0
- package/.claude/skills/bmad-code-review/workflow.md +55 -0
- package/.claude/skills/bmad-correct-course/SKILL.md +6 -0
- package/.claude/skills/bmad-correct-course/checklist.md +288 -0
- package/.claude/skills/bmad-correct-course/workflow.md +267 -0
- package/.claude/skills/bmad-create-architecture/SKILL.md +6 -0
- package/.claude/skills/bmad-create-architecture/architecture-decision-template.md +12 -0
- package/.claude/skills/bmad-create-architecture/data/domain-complexity.csv +13 -0
- package/.claude/skills/bmad-create-architecture/data/project-types.csv +7 -0
- package/.claude/skills/bmad-create-architecture/steps/step-01-init.md +153 -0
- package/.claude/skills/bmad-create-architecture/steps/step-01b-continue.md +173 -0
- package/.claude/skills/bmad-create-architecture/steps/step-02-context.md +224 -0
- package/.claude/skills/bmad-create-architecture/steps/step-03-starter.md +329 -0
- package/.claude/skills/bmad-create-architecture/steps/step-04-decisions.md +318 -0
- package/.claude/skills/bmad-create-architecture/steps/step-05-patterns.md +359 -0
- package/.claude/skills/bmad-create-architecture/steps/step-06-structure.md +379 -0
- package/.claude/skills/bmad-create-architecture/steps/step-07-validation.md +359 -0
- package/.claude/skills/bmad-create-architecture/steps/step-08-complete.md +76 -0
- package/.claude/skills/bmad-create-architecture/workflow.md +32 -0
- package/.claude/skills/bmad-create-epics-and-stories/SKILL.md +6 -0
- package/.claude/skills/bmad-create-epics-and-stories/steps/step-01-validate-prerequisites.md +255 -0
- package/.claude/skills/bmad-create-epics-and-stories/steps/step-02-design-epics.md +212 -0
- package/.claude/skills/bmad-create-epics-and-stories/steps/step-03-create-stories.md +255 -0
- package/.claude/skills/bmad-create-epics-and-stories/steps/step-04-final-validation.md +131 -0
- package/.claude/skills/bmad-create-epics-and-stories/templates/epics-template.md +61 -0
- package/.claude/skills/bmad-create-epics-and-stories/workflow.md +51 -0
- package/.claude/skills/bmad-create-prd/SKILL.md +6 -0
- package/.claude/skills/bmad-create-prd/data/domain-complexity.csv +15 -0
- package/.claude/skills/bmad-create-prd/data/prd-purpose.md +197 -0
- package/.claude/skills/bmad-create-prd/data/project-types.csv +11 -0
- package/.claude/skills/bmad-create-prd/steps-c/step-01-init.md +178 -0
- package/.claude/skills/bmad-create-prd/steps-c/step-01b-continue.md +161 -0
- package/.claude/skills/bmad-create-prd/steps-c/step-02-discovery.md +208 -0
- package/.claude/skills/bmad-create-prd/steps-c/step-02b-vision.md +142 -0
- package/.claude/skills/bmad-create-prd/steps-c/step-02c-executive-summary.md +158 -0
- package/.claude/skills/bmad-create-prd/steps-c/step-03-success.md +214 -0
- package/.claude/skills/bmad-create-prd/steps-c/step-04-journeys.md +201 -0
- package/.claude/skills/bmad-create-prd/steps-c/step-05-domain.md +194 -0
- package/.claude/skills/bmad-create-prd/steps-c/step-06-innovation.md +211 -0
- package/.claude/skills/bmad-create-prd/steps-c/step-07-project-type.md +222 -0
- package/.claude/skills/bmad-create-prd/steps-c/step-08-scoping.md +216 -0
- package/.claude/skills/bmad-create-prd/steps-c/step-09-functional.md +219 -0
- package/.claude/skills/bmad-create-prd/steps-c/step-10-nonfunctional.md +230 -0
- package/.claude/skills/bmad-create-prd/steps-c/step-11-polish.md +221 -0
- package/.claude/skills/bmad-create-prd/steps-c/step-12-complete.md +115 -0
- package/.claude/skills/bmad-create-prd/templates/prd-template.md +10 -0
- package/.claude/skills/bmad-create-prd/workflow.md +61 -0
- package/.claude/skills/bmad-create-story/SKILL.md +6 -0
- package/.claude/skills/bmad-create-story/checklist.md +357 -0
- package/.claude/skills/bmad-create-story/discover-inputs.md +88 -0
- package/.claude/skills/bmad-create-story/template.md +49 -0
- package/.claude/skills/bmad-create-story/workflow.md +380 -0
- package/.claude/skills/bmad-create-ux-design/SKILL.md +6 -0
- package/.claude/skills/bmad-create-ux-design/steps/step-01-init.md +135 -0
- package/.claude/skills/bmad-create-ux-design/steps/step-01b-continue.md +127 -0
- package/.claude/skills/bmad-create-ux-design/steps/step-02-discovery.md +190 -0
- package/.claude/skills/bmad-create-ux-design/steps/step-03-core-experience.md +217 -0
- package/.claude/skills/bmad-create-ux-design/steps/step-04-emotional-response.md +220 -0
- package/.claude/skills/bmad-create-ux-design/steps/step-05-inspiration.md +235 -0
- package/.claude/skills/bmad-create-ux-design/steps/step-06-design-system.md +253 -0
- package/.claude/skills/bmad-create-ux-design/steps/step-07-defining-experience.md +255 -0
- package/.claude/skills/bmad-create-ux-design/steps/step-08-visual-foundation.md +225 -0
- package/.claude/skills/bmad-create-ux-design/steps/step-09-design-directions.md +225 -0
- package/.claude/skills/bmad-create-ux-design/steps/step-10-user-journeys.md +242 -0
- package/.claude/skills/bmad-create-ux-design/steps/step-11-component-strategy.md +249 -0
- package/.claude/skills/bmad-create-ux-design/steps/step-12-ux-patterns.md +238 -0
- package/.claude/skills/bmad-create-ux-design/steps/step-13-responsive-accessibility.md +265 -0
- package/.claude/skills/bmad-create-ux-design/steps/step-14-complete.md +171 -0
- package/.claude/skills/bmad-create-ux-design/ux-design-template.md +13 -0
- package/.claude/skills/bmad-create-ux-design/workflow.md +35 -0
- package/.claude/skills/bmad-dev-story/SKILL.md +6 -0
- package/.claude/skills/bmad-dev-story/checklist.md +80 -0
- package/.claude/skills/bmad-dev-story/workflow.md +450 -0
- package/.claude/skills/bmad-distillator/SKILL.md +177 -0
- package/.claude/skills/bmad-distillator/agents/distillate-compressor.md +116 -0
- package/.claude/skills/bmad-distillator/agents/round-trip-reconstructor.md +68 -0
- package/.claude/skills/bmad-distillator/resources/compression-rules.md +51 -0
- package/.claude/skills/bmad-distillator/resources/distillate-format-reference.md +227 -0
- package/.claude/skills/bmad-distillator/resources/splitting-strategy.md +78 -0
- package/.claude/skills/bmad-distillator/scripts/analyze_sources.py +300 -0
- package/.claude/skills/bmad-distillator/scripts/tests/test_analyze_sources.py +204 -0
- package/.claude/skills/bmad-document-project/SKILL.md +6 -0
- package/.claude/skills/bmad-document-project/checklist.md +245 -0
- package/.claude/skills/bmad-document-project/documentation-requirements.csv +12 -0
- package/.claude/skills/bmad-document-project/instructions.md +128 -0
- package/.claude/skills/bmad-document-project/templates/deep-dive-template.md +345 -0
- package/.claude/skills/bmad-document-project/templates/index-template.md +169 -0
- package/.claude/skills/bmad-document-project/templates/project-overview-template.md +103 -0
- package/.claude/skills/bmad-document-project/templates/project-scan-report-schema.json +160 -0
- package/.claude/skills/bmad-document-project/templates/source-tree-template.md +135 -0
- package/.claude/skills/bmad-document-project/workflow.md +25 -0
- package/.claude/skills/bmad-document-project/workflows/deep-dive-instructions.md +299 -0
- package/.claude/skills/bmad-document-project/workflows/deep-dive-workflow.md +34 -0
- package/.claude/skills/bmad-document-project/workflows/full-scan-instructions.md +1107 -0
- package/.claude/skills/bmad-document-project/workflows/full-scan-workflow.md +34 -0
- package/.claude/skills/bmad-domain-research/SKILL.md +6 -0
- package/.claude/skills/bmad-domain-research/domain-steps/step-01-init.md +137 -0
- package/.claude/skills/bmad-domain-research/domain-steps/step-02-domain-analysis.md +229 -0
- package/.claude/skills/bmad-domain-research/domain-steps/step-03-competitive-landscape.md +238 -0
- package/.claude/skills/bmad-domain-research/domain-steps/step-04-regulatory-focus.md +206 -0
- package/.claude/skills/bmad-domain-research/domain-steps/step-05-technical-trends.md +234 -0
- package/.claude/skills/bmad-domain-research/domain-steps/step-06-research-synthesis.md +444 -0
- package/.claude/skills/bmad-domain-research/research.template.md +29 -0
- package/.claude/skills/bmad-domain-research/workflow.md +51 -0
- package/.claude/skills/bmad-edit-prd/SKILL.md +6 -0
- package/.claude/skills/bmad-edit-prd/data/prd-purpose.md +197 -0
- package/.claude/skills/bmad-edit-prd/steps-e/step-e-01-discovery.md +242 -0
- package/.claude/skills/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md +204 -0
- package/.claude/skills/bmad-edit-prd/steps-e/step-e-02-review.md +245 -0
- package/.claude/skills/bmad-edit-prd/steps-e/step-e-03-edit.md +250 -0
- package/.claude/skills/bmad-edit-prd/steps-e/step-e-04-complete.md +163 -0
- package/.claude/skills/bmad-edit-prd/workflow.md +62 -0
- package/.claude/skills/bmad-editorial-review-prose/SKILL.md +86 -0
- package/.claude/skills/bmad-editorial-review-structure/SKILL.md +179 -0
- package/.claude/skills/bmad-generate-project-context/SKILL.md +6 -0
- package/.claude/skills/bmad-generate-project-context/project-context-template.md +21 -0
- package/.claude/skills/bmad-generate-project-context/steps/step-01-discover.md +186 -0
- package/.claude/skills/bmad-generate-project-context/steps/step-02-generate.md +321 -0
- package/.claude/skills/bmad-generate-project-context/steps/step-03-complete.md +278 -0
- package/.claude/skills/bmad-generate-project-context/workflow.md +39 -0
- package/.claude/skills/bmad-help/SKILL.md +75 -0
- package/.claude/skills/bmad-index-docs/SKILL.md +66 -0
- package/.claude/skills/bmad-market-research/SKILL.md +6 -0
- package/.claude/skills/bmad-market-research/research.template.md +29 -0
- package/.claude/skills/bmad-market-research/steps/step-01-init.md +184 -0
- package/.claude/skills/bmad-market-research/steps/step-02-customer-behavior.md +239 -0
- package/.claude/skills/bmad-market-research/steps/step-03-customer-pain-points.md +251 -0
- package/.claude/skills/bmad-market-research/steps/step-04-customer-decisions.md +261 -0
- package/.claude/skills/bmad-market-research/steps/step-05-competitive-analysis.md +173 -0
- package/.claude/skills/bmad-market-research/steps/step-06-research-completion.md +478 -0
- package/.claude/skills/bmad-market-research/workflow.md +51 -0
- package/.claude/skills/bmad-party-mode/SKILL.md +125 -0
- package/.claude/skills/bmad-prfaq/SKILL.md +96 -0
- package/.claude/skills/bmad-prfaq/agents/artifact-analyzer.md +60 -0
- package/.claude/skills/bmad-prfaq/agents/web-researcher.md +49 -0
- package/.claude/skills/bmad-prfaq/assets/prfaq-template.md +62 -0
- package/.claude/skills/bmad-prfaq/bmad-manifest.json +16 -0
- package/.claude/skills/bmad-prfaq/references/customer-faq.md +55 -0
- package/.claude/skills/bmad-prfaq/references/internal-faq.md +51 -0
- package/.claude/skills/bmad-prfaq/references/press-release.md +60 -0
- package/.claude/skills/bmad-prfaq/references/verdict.md +79 -0
- package/.claude/skills/bmad-product-brief/SKILL.md +82 -0
- package/.claude/skills/bmad-product-brief/agents/artifact-analyzer.md +60 -0
- package/.claude/skills/bmad-product-brief/agents/opportunity-reviewer.md +44 -0
- package/.claude/skills/bmad-product-brief/agents/skeptic-reviewer.md +44 -0
- package/.claude/skills/bmad-product-brief/agents/web-researcher.md +49 -0
- package/.claude/skills/bmad-product-brief/bmad-manifest.json +17 -0
- package/.claude/skills/bmad-product-brief/prompts/contextual-discovery.md +57 -0
- package/.claude/skills/bmad-product-brief/prompts/draft-and-review.md +86 -0
- package/.claude/skills/bmad-product-brief/prompts/finalize.md +75 -0
- package/.claude/skills/bmad-product-brief/prompts/guided-elicitation.md +70 -0
- package/.claude/skills/bmad-product-brief/resources/brief-template.md +60 -0
- package/.claude/skills/bmad-qa-generate-e2e-tests/SKILL.md +6 -0
- package/.claude/skills/bmad-qa-generate-e2e-tests/checklist.md +33 -0
- package/.claude/skills/bmad-qa-generate-e2e-tests/workflow.md +136 -0
- package/.claude/skills/bmad-quick-dev/SKILL.md +6 -0
- package/.claude/skills/bmad-quick-dev/compile-epic-context.md +62 -0
- package/.claude/skills/bmad-quick-dev/spec-template.md +88 -0
- package/.claude/skills/bmad-quick-dev/step-01-clarify-and-route.md +91 -0
- package/.claude/skills/bmad-quick-dev/step-02-plan.md +47 -0
- package/.claude/skills/bmad-quick-dev/step-03-implement.md +39 -0
- package/.claude/skills/bmad-quick-dev/step-04-review.md +49 -0
- package/.claude/skills/bmad-quick-dev/step-05-present.md +63 -0
- package/.claude/skills/bmad-quick-dev/step-oneshot.md +61 -0
- package/.claude/skills/bmad-quick-dev/workflow.md +75 -0
- package/.claude/skills/bmad-retrospective/SKILL.md +6 -0
- package/.claude/skills/bmad-retrospective/workflow.md +1479 -0
- package/.claude/skills/bmad-review-adversarial-general/SKILL.md +37 -0
- package/.claude/skills/bmad-review-edge-case-hunter/SKILL.md +67 -0
- package/.claude/skills/bmad-shard-doc/SKILL.md +105 -0
- package/.claude/skills/bmad-sprint-planning/SKILL.md +6 -0
- package/.claude/skills/bmad-sprint-planning/checklist.md +33 -0
- package/.claude/skills/bmad-sprint-planning/sprint-status-template.yaml +56 -0
- package/.claude/skills/bmad-sprint-planning/workflow.md +263 -0
- package/.claude/skills/bmad-sprint-status/SKILL.md +6 -0
- package/.claude/skills/bmad-sprint-status/workflow.md +261 -0
- package/.claude/skills/bmad-technical-research/SKILL.md +6 -0
- package/.claude/skills/bmad-technical-research/research.template.md +29 -0
- package/.claude/skills/bmad-technical-research/technical-steps/step-01-init.md +137 -0
- package/.claude/skills/bmad-technical-research/technical-steps/step-02-technical-overview.md +239 -0
- package/.claude/skills/bmad-technical-research/technical-steps/step-03-integration-patterns.md +248 -0
- package/.claude/skills/bmad-technical-research/technical-steps/step-04-architectural-patterns.md +202 -0
- package/.claude/skills/bmad-technical-research/technical-steps/step-05-implementation-research.md +233 -0
- package/.claude/skills/bmad-technical-research/technical-steps/step-06-research-synthesis.md +487 -0
- package/.claude/skills/bmad-technical-research/workflow.md +52 -0
- package/.claude/skills/bmad-validate-prd/SKILL.md +6 -0
- package/.claude/skills/bmad-validate-prd/data/domain-complexity.csv +15 -0
- package/.claude/skills/bmad-validate-prd/data/prd-purpose.md +197 -0
- package/.claude/skills/bmad-validate-prd/data/project-types.csv +11 -0
- package/.claude/skills/bmad-validate-prd/steps-v/step-v-01-discovery.md +221 -0
- package/.claude/skills/bmad-validate-prd/steps-v/step-v-02-format-detection.md +188 -0
- package/.claude/skills/bmad-validate-prd/steps-v/step-v-02b-parity-check.md +206 -0
- package/.claude/skills/bmad-validate-prd/steps-v/step-v-03-density-validation.md +171 -0
- package/.claude/skills/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md +211 -0
- package/.claude/skills/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md +225 -0
- package/.claude/skills/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md +214 -0
- package/.claude/skills/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md +202 -0
- package/.claude/skills/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md +240 -0
- package/.claude/skills/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md +260 -0
- package/.claude/skills/bmad-validate-prd/steps-v/step-v-10-smart-validation.md +206 -0
- package/.claude/skills/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md +261 -0
- package/.claude/skills/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md +239 -0
- package/.claude/skills/bmad-validate-prd/steps-v/step-v-13-report-complete.md +229 -0
- package/.claude/skills/bmad-validate-prd/workflow.md +61 -0
- package/.claude/skills/gitnexus/gitnexus-cli/SKILL.md +82 -0
- package/.claude/skills/gitnexus/gitnexus-debugging/SKILL.md +89 -0
- package/.claude/skills/gitnexus/gitnexus-exploring/SKILL.md +78 -0
- package/.claude/skills/gitnexus/gitnexus-guide/SKILL.md +64 -0
- package/.claude/skills/gitnexus/gitnexus-impact-analysis/SKILL.md +97 -0
- package/.claude/skills/gitnexus/gitnexus-refactoring/SKILL.md +121 -0
- package/.claude/skills/openspec-apply-change/SKILL.md +156 -0
- package/.claude/skills/openspec-archive-change/SKILL.md +114 -0
- package/.claude/skills/openspec-explore/SKILL.md +288 -0
- package/.claude/skills/openspec-propose/SKILL.md +110 -0
- package/.claude/skills/vsaf-build/SKILL.md +52 -0
- package/.claude/skills/vsaf-doc/SKILL.md +66 -0
- package/.claude/skills/vsaf-memory-protocol.md +51 -0
- package/.claude/skills/vsaf-onboard/SKILL.md +55 -0
- package/.claude/skills/vsaf-plan/SKILL.md +68 -0
- package/.claude/skills/vsaf-ship/SKILL.md +76 -0
- package/.claude/skills/vsaf-test/SKILL.md +70 -0
- package/README.md +124 -0
- package/assets/templates/.claude/settings.json +82 -0
- package/assets/templates/CLAUDE.md +248 -0
- package/assets/templates/Makefile +77 -0
- package/assets/templates/scripts/session-end-check.sh +28 -0
- package/bin/vsaf.js +68 -0
- package/package.json +22 -0
- package/src/global.js +98 -0
- package/src/project.js +94 -0
- package/src/status.js +51 -0
- package/src/utils.js +42 -0
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
---
|
|
2
|
+
main_config: '{project-root}/_bmad/bmm/config.yaml'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Quick Dev New Preview Workflow
|
|
6
|
+
|
|
7
|
+
**Goal:** Turn user intent into a hardened, reviewable artifact.
|
|
8
|
+
|
|
9
|
+
**CRITICAL:** If a step says "read fully and follow step-XX", you read and follow step-XX. No exceptions.
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## READY FOR DEVELOPMENT STANDARD
|
|
13
|
+
|
|
14
|
+
A specification is "Ready for Development" when:
|
|
15
|
+
|
|
16
|
+
- **Actionable**: Every task has a file path and specific action.
|
|
17
|
+
- **Logical**: Tasks ordered by dependency.
|
|
18
|
+
- **Testable**: All ACs use Given/When/Then.
|
|
19
|
+
- **Complete**: No placeholders or TBDs.
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## SCOPE STANDARD
|
|
23
|
+
|
|
24
|
+
A specification should target a **single user-facing goal** within **900–1600 tokens**:
|
|
25
|
+
|
|
26
|
+
- **Single goal**: One cohesive feature, even if it spans multiple layers/files. Multi-goal means >=2 **top-level independent shippable deliverables** — each could be reviewed, tested, and merged as a separate PR without breaking the others. Never count surface verbs, "and" conjunctions, or noun phrases. Never split cross-layer implementation details inside one user goal.
|
|
27
|
+
- Split: "add dark mode toggle AND refactor auth to JWT AND build admin dashboard"
|
|
28
|
+
- Don't split: "add validation and display errors" / "support drag-and-drop AND paste AND retry"
|
|
29
|
+
- **900–1600 tokens**: Optimal range for LLM consumption. Below 900 risks ambiguity; above 1600 risks context-rot in implementation agents.
|
|
30
|
+
- **Neither limit is a gate.** Both are proposals with user override.
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## WORKFLOW ARCHITECTURE
|
|
34
|
+
|
|
35
|
+
This uses **step-file architecture** for disciplined execution:
|
|
36
|
+
|
|
37
|
+
- **Micro-file Design**: Each step is self-contained and followed exactly
|
|
38
|
+
- **Just-In-Time Loading**: Only load the current step file
|
|
39
|
+
- **Sequential Enforcement**: Complete steps in order, no skipping
|
|
40
|
+
- **State Tracking**: Persist progress via spec frontmatter and in-memory variables
|
|
41
|
+
- **Append-Only Building**: Build artifacts incrementally
|
|
42
|
+
|
|
43
|
+
### Step Processing Rules
|
|
44
|
+
|
|
45
|
+
1. **READ COMPLETELY**: Read the entire step file before acting
|
|
46
|
+
2. **FOLLOW SEQUENCE**: Execute sections in order
|
|
47
|
+
3. **WAIT FOR INPUT**: Halt at checkpoints and wait for human
|
|
48
|
+
4. **LOAD NEXT**: When directed, read fully and follow the next step file
|
|
49
|
+
|
|
50
|
+
### Critical Rules (NO EXCEPTIONS)
|
|
51
|
+
|
|
52
|
+
- **NEVER** load multiple step files simultaneously
|
|
53
|
+
- **ALWAYS** read entire step file before execution
|
|
54
|
+
- **NEVER** skip steps or optimize the sequence
|
|
55
|
+
- **ALWAYS** follow the exact instructions in the step file
|
|
56
|
+
- **ALWAYS** halt at checkpoints and wait for human input
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
## INITIALIZATION SEQUENCE
|
|
60
|
+
|
|
61
|
+
### 1. Configuration Loading
|
|
62
|
+
|
|
63
|
+
Load and read full config from `{main_config}` and resolve:
|
|
64
|
+
|
|
65
|
+
- `project_name`, `planning_artifacts`, `implementation_artifacts`, `user_name`
|
|
66
|
+
- `communication_language`, `document_output_language`, `user_skill_level`
|
|
67
|
+
- `date` as system-generated current datetime
|
|
68
|
+
- `project_context` = `**/project-context.md` (load if exists)
|
|
69
|
+
- CLAUDE.md / memory files (load if exist)
|
|
70
|
+
|
|
71
|
+
YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`.
|
|
72
|
+
|
|
73
|
+
### 2. First Step Execution
|
|
74
|
+
|
|
75
|
+
Read fully and follow: `./step-01-clarify-and-route.md` to begin the workflow.
|