appiq-solution 1.4.3 → 1.4.4

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.
Files changed (90) hide show
  1. package/#Tools/APPIQ-METHOD/.cursor/commands/analyze.md +1 -1
  2. package/#Tools/APPIQ-METHOD/.cursor/commands/appiq.md +1 -1
  3. package/#Tools/APPIQ-METHOD/.cursor/commands/help.md +1 -1
  4. package/#Tools/APPIQ-METHOD/.cursor/commands/story.md +1 -1
  5. package/#Tools/APPIQ-METHOD/bmad-core/agents/init-flow-po.md +219 -0
  6. package/#Tools/APPIQ-METHOD/commands/analyze.md +1 -1
  7. package/#Tools/APPIQ-METHOD/commands/appiq.md +1 -1
  8. package/#Tools/APPIQ-METHOD/commands/help.md +1 -1
  9. package/#Tools/APPIQ-METHOD/commands/story.md +1 -1
  10. package/#Tools/APPIQ-METHOD/package.json +1 -1
  11. package/#Tools/APPIQ-METHOD/tools/setup-ide-commands.js +40 -37
  12. package/#Tools/APPIQ-METHOD/tools/smart-installer.js +16 -13
  13. package/bmad-core/agent-teams/team-all.yaml +14 -0
  14. package/bmad-core/agent-teams/team-flutter-mobile.yaml +114 -0
  15. package/bmad-core/agent-teams/team-fullstack.yaml +28 -0
  16. package/bmad-core/agent-teams/team-ide-minimal.yaml +10 -0
  17. package/bmad-core/agent-teams/team-no-ui.yaml +13 -0
  18. package/bmad-core/agents/analyst.md +85 -0
  19. package/bmad-core/agents/architect.md +90 -0
  20. package/bmad-core/agents/bmad-master.md +108 -0
  21. package/bmad-core/agents/bmad-orchestrator.md +150 -0
  22. package/bmad-core/agents/bmad-smart-launcher.md +170 -0
  23. package/bmad-core/agents/dev.md +95 -0
  24. package/bmad-core/agents/init-flow-po.md +219 -0
  25. package/bmad-core/agents/pm.md +85 -0
  26. package/bmad-core/agents/po.md +76 -0
  27. package/bmad-core/agents/qa.md +86 -0
  28. package/bmad-core/agents/sm.md +67 -0
  29. package/bmad-core/agents/ux-expert.md +71 -0
  30. package/bmad-core/bmad-core/user-guide.md +0 -0
  31. package/bmad-core/checklists/architect-checklist.md +443 -0
  32. package/bmad-core/checklists/change-checklist.md +182 -0
  33. package/bmad-core/checklists/pm-checklist.md +375 -0
  34. package/bmad-core/checklists/po-master-checklist.md +441 -0
  35. package/bmad-core/checklists/security-validation-checklist.md +332 -0
  36. package/bmad-core/checklists/story-dod-checklist.md +101 -0
  37. package/bmad-core/checklists/story-draft-checklist.md +156 -0
  38. package/bmad-core/core-config.yaml +20 -0
  39. package/bmad-core/core-config.yaml.bak +20 -0
  40. package/bmad-core/data/backend-services-integration.md +686 -0
  41. package/bmad-core/data/bmad-kb.md +803 -0
  42. package/bmad-core/data/brainstorming-techniques.md +36 -0
  43. package/bmad-core/data/elicitation-methods.md +134 -0
  44. package/bmad-core/data/shadcn-ui-integration.md +388 -0
  45. package/bmad-core/data/technical-preferences.md +149 -0
  46. package/bmad-core/enhanced-ide-development-workflow.md +43 -0
  47. package/bmad-core/tasks/advanced-elicitation.md +117 -0
  48. package/bmad-core/tasks/brownfield-create-epic.md +160 -0
  49. package/bmad-core/tasks/brownfield-create-story.md +147 -0
  50. package/bmad-core/tasks/correct-course.md +70 -0
  51. package/bmad-core/tasks/create-brownfield-story.md +304 -0
  52. package/bmad-core/tasks/create-deep-research-prompt.md +289 -0
  53. package/bmad-core/tasks/create-flutter-story.md +197 -0
  54. package/bmad-core/tasks/create-next-story.md +112 -0
  55. package/bmad-core/tasks/document-project.md +341 -0
  56. package/bmad-core/tasks/facilitate-brainstorming-session.md +136 -0
  57. package/bmad-core/tasks/generate-ai-frontend-prompt.md +51 -0
  58. package/bmad-core/tasks/index-docs.md +179 -0
  59. package/bmad-core/tasks/intelligent-epic-creation.md +234 -0
  60. package/bmad-core/tasks/kb-mode-interaction.md +75 -0
  61. package/bmad-core/tasks/review-story.md +145 -0
  62. package/bmad-core/tasks/shard-doc.md +187 -0
  63. package/bmad-core/tasks/smart-project-analysis.md +289 -0
  64. package/bmad-core/tasks/validate-next-story.md +134 -0
  65. package/bmad-core/templates/architecture-tmpl.yaml +650 -0
  66. package/bmad-core/templates/brainstorming-output-tmpl.yaml +156 -0
  67. package/bmad-core/templates/brownfield-architecture-tmpl.yaml +476 -0
  68. package/bmad-core/templates/brownfield-prd-tmpl.yaml +280 -0
  69. package/bmad-core/templates/competitor-analysis-tmpl.yaml +293 -0
  70. package/bmad-core/templates/flutter-mobile-prd-tmpl.yaml +330 -0
  71. package/bmad-core/templates/flutter-story-tmpl.yaml +376 -0
  72. package/bmad-core/templates/flutter-ui-spec-tmpl.yaml +415 -0
  73. package/bmad-core/templates/front-end-architecture-tmpl.yaml +206 -0
  74. package/bmad-core/templates/front-end-spec-tmpl.yaml +349 -0
  75. package/bmad-core/templates/fullstack-architecture-tmpl.yaml +812 -0
  76. package/bmad-core/templates/market-research-tmpl.yaml +252 -0
  77. package/bmad-core/templates/prd-tmpl.yaml +202 -0
  78. package/bmad-core/templates/project-brief-tmpl.yaml +221 -0
  79. package/bmad-core/templates/story-tmpl.yaml +137 -0
  80. package/bmad-core/user-guide.md +251 -0
  81. package/bmad-core/workflows/brownfield-fullstack.yaml +311 -0
  82. package/bmad-core/workflows/brownfield-service.yaml +187 -0
  83. package/bmad-core/workflows/brownfield-ui.yaml +197 -0
  84. package/bmad-core/workflows/greenfield-fullstack.yaml +284 -0
  85. package/bmad-core/workflows/greenfield-service.yaml +206 -0
  86. package/bmad-core/workflows/greenfield-ui.yaml +235 -0
  87. package/bmad-core/working-in-the-brownfield.md +373 -0
  88. package/package.json +1 -1
  89. package/tools/setup-ide-commands.js +40 -37
  90. package/tools/smart-installer.js +16 -13
@@ -0,0 +1,134 @@
1
+ # Validate Next Story Task
2
+
3
+ ## Purpose
4
+
5
+ To comprehensively validate a story draft before implementation begins, ensuring it is complete, accurate, and provides sufficient context for successful development. This task identifies issues and gaps that need to be addressed, preventing hallucinations and ensuring implementation readiness.
6
+
7
+ ## SEQUENTIAL Task Execution (Do not proceed until current Task is complete)
8
+
9
+ ### 0. Load Core Configuration and Inputs
10
+
11
+ - Load `.bmad-core/core-config.yaml`
12
+ - If the file does not exist, HALT and inform the user: "core-config.yaml not found. This file is required for story validation."
13
+ - Extract key configurations: `devStoryLocation`, `prd.*`, `architecture.*`
14
+ - Identify and load the following inputs:
15
+ - **Story file**: The drafted story to validate (provided by user or discovered in `devStoryLocation`)
16
+ - **Parent epic**: The epic containing this story's requirements
17
+ - **Architecture documents**: Based on configuration (sharded or monolithic)
18
+ - **Story template**: `bmad-core/templates/story-tmpl.md` for completeness validation
19
+
20
+ ### 1. Template Completeness Validation
21
+
22
+ - Load `bmad-core/templates/story-tmpl.md` and extract all section headings from the template
23
+ - **Missing sections check**: Compare story sections against template sections to verify all required sections are present
24
+ - **Placeholder validation**: Ensure no template placeholders remain unfilled (e.g., `{{EpicNum}}`, `{{role}}`, `_TBD_`)
25
+ - **Agent section verification**: Confirm all sections from template exist for future agent use
26
+ - **Structure compliance**: Verify story follows template structure and formatting
27
+
28
+ ### 2. File Structure and Source Tree Validation
29
+
30
+ - **File paths clarity**: Are new/existing files to be created/modified clearly specified?
31
+ - **Source tree relevance**: Is relevant project structure included in Dev Notes?
32
+ - **Directory structure**: Are new directories/components properly located according to project structure?
33
+ - **File creation sequence**: Do tasks specify where files should be created in logical order?
34
+ - **Path accuracy**: Are file paths consistent with project structure from architecture docs?
35
+
36
+ ### 3. UI/Frontend Completeness Validation (if applicable)
37
+
38
+ - **Component specifications**: Are UI components sufficiently detailed for implementation?
39
+ - **Styling/design guidance**: Is visual implementation guidance clear?
40
+ - **User interaction flows**: Are UX patterns and behaviors specified?
41
+ - **Responsive/accessibility**: Are these considerations addressed if required?
42
+ - **Integration points**: Are frontend-backend integration points clear?
43
+
44
+ ### 4. Acceptance Criteria Satisfaction Assessment
45
+
46
+ - **AC coverage**: Will all acceptance criteria be satisfied by the listed tasks?
47
+ - **AC testability**: Are acceptance criteria measurable and verifiable?
48
+ - **Missing scenarios**: Are edge cases or error conditions covered?
49
+ - **Success definition**: Is "done" clearly defined for each AC?
50
+ - **Task-AC mapping**: Are tasks properly linked to specific acceptance criteria?
51
+
52
+ ### 5. Validation and Testing Instructions Review
53
+
54
+ - **Test approach clarity**: Are testing methods clearly specified?
55
+ - **Test scenarios**: Are key test cases identified?
56
+ - **Validation steps**: Are acceptance criteria validation steps clear?
57
+ - **Testing tools/frameworks**: Are required testing tools specified?
58
+ - **Test data requirements**: Are test data needs identified?
59
+
60
+ ### 6. Security Considerations Assessment (if applicable)
61
+
62
+ - **Security requirements**: Are security needs identified and addressed?
63
+ - **Authentication/authorization**: Are access controls specified?
64
+ - **Data protection**: Are sensitive data handling requirements clear?
65
+ - **Vulnerability prevention**: Are common security issues addressed?
66
+ - **Compliance requirements**: Are regulatory/compliance needs addressed?
67
+
68
+ ### 7. Tasks/Subtasks Sequence Validation
69
+
70
+ - **Logical order**: Do tasks follow proper implementation sequence?
71
+ - **Dependencies**: Are task dependencies clear and correct?
72
+ - **Granularity**: Are tasks appropriately sized and actionable?
73
+ - **Completeness**: Do tasks cover all requirements and acceptance criteria?
74
+ - **Blocking issues**: Are there any tasks that would block others?
75
+
76
+ ### 8. Anti-Hallucination Verification
77
+
78
+ - **Source verification**: Every technical claim must be traceable to source documents
79
+ - **Architecture alignment**: Dev Notes content matches architecture specifications
80
+ - **No invented details**: Flag any technical decisions not supported by source documents
81
+ - **Reference accuracy**: Verify all source references are correct and accessible
82
+ - **Fact checking**: Cross-reference claims against epic and architecture documents
83
+
84
+ ### 9. Dev Agent Implementation Readiness
85
+
86
+ - **Self-contained context**: Can the story be implemented without reading external docs?
87
+ - **Clear instructions**: Are implementation steps unambiguous?
88
+ - **Complete technical context**: Are all required technical details present in Dev Notes?
89
+ - **Missing information**: Identify any critical information gaps
90
+ - **Actionability**: Are all tasks actionable by a development agent?
91
+
92
+ ### 10. Generate Validation Report
93
+
94
+ Provide a structured validation report including:
95
+
96
+ #### Template Compliance Issues
97
+
98
+ - Missing sections from story template
99
+ - Unfilled placeholders or template variables
100
+ - Structural formatting issues
101
+
102
+ #### Critical Issues (Must Fix - Story Blocked)
103
+
104
+ - Missing essential information for implementation
105
+ - Inaccurate or unverifiable technical claims
106
+ - Incomplete acceptance criteria coverage
107
+ - Missing required sections
108
+
109
+ #### Should-Fix Issues (Important Quality Improvements)
110
+
111
+ - Unclear implementation guidance
112
+ - Missing security considerations
113
+ - Task sequencing problems
114
+ - Incomplete testing instructions
115
+
116
+ #### Nice-to-Have Improvements (Optional Enhancements)
117
+
118
+ - Additional context that would help implementation
119
+ - Clarifications that would improve efficiency
120
+ - Documentation improvements
121
+
122
+ #### Anti-Hallucination Findings
123
+
124
+ - Unverifiable technical claims
125
+ - Missing source references
126
+ - Inconsistencies with architecture documents
127
+ - Invented libraries, patterns, or standards
128
+
129
+ #### Final Assessment
130
+
131
+ - **GO**: Story is ready for implementation
132
+ - **NO-GO**: Story requires fixes before implementation
133
+ - **Implementation Readiness Score**: 1-10 scale
134
+ - **Confidence Level**: High/Medium/Low for successful implementation