siesa-agents 2.1.0 → 2.1.2

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 (39) hide show
  1. package/README.md +1 -1
  2. package/bin/install.js +2 -1
  3. package/claude/commands/BMad/agents/analyst.md +88 -0
  4. package/claude/commands/BMad/agents/architect.md +89 -0
  5. package/claude/commands/BMad/agents/backend.md +188 -0
  6. package/claude/commands/BMad/agents/bmad-master.md +114 -0
  7. package/claude/commands/BMad/agents/bmad-orchestrator.md +151 -0
  8. package/claude/commands/BMad/agents/dev.md +85 -0
  9. package/claude/commands/BMad/agents/frontend.md +151 -0
  10. package/claude/commands/BMad/agents/pm.md +88 -0
  11. package/claude/commands/BMad/agents/po.md +83 -0
  12. package/claude/commands/BMad/agents/qa.md +95 -0
  13. package/claude/commands/BMad/agents/sm.md +69 -0
  14. package/claude/commands/BMad/agents/ux-expert.md +73 -0
  15. package/claude/commands/BMad/tasks/advanced-elicitation.md +123 -0
  16. package/claude/commands/BMad/tasks/apply-qa-fixes.md +154 -0
  17. package/claude/commands/BMad/tasks/brownfield-create-epic.md +166 -0
  18. package/claude/commands/BMad/tasks/brownfield-create-story.md +153 -0
  19. package/claude/commands/BMad/tasks/correct-course.md +76 -0
  20. package/claude/commands/BMad/tasks/create-brownfield-story.md +318 -0
  21. package/claude/commands/BMad/tasks/create-deep-research-prompt.md +284 -0
  22. package/claude/commands/BMad/tasks/create-doc.md +107 -0
  23. package/claude/commands/BMad/tasks/create-next-story.md +118 -0
  24. package/claude/commands/BMad/tasks/document-project.md +349 -0
  25. package/claude/commands/BMad/tasks/execute-checklist.md +92 -0
  26. package/claude/commands/BMad/tasks/facilitate-brainstorming-session.md +142 -0
  27. package/claude/commands/BMad/tasks/generate-ai-frontend-prompt.md +57 -0
  28. package/claude/commands/BMad/tasks/index-docs.md +179 -0
  29. package/claude/commands/BMad/tasks/kb-mode-interaction.md +81 -0
  30. package/claude/commands/BMad/tasks/nfr-assess.md +349 -0
  31. package/claude/commands/BMad/tasks/qa-gate.md +167 -0
  32. package/claude/commands/BMad/tasks/review-story.md +320 -0
  33. package/claude/commands/BMad/tasks/risk-profile.md +359 -0
  34. package/claude/commands/BMad/tasks/shard-doc.md +191 -0
  35. package/claude/commands/BMad/tasks/test-design.md +180 -0
  36. package/claude/commands/BMad/tasks/trace-requirements.md +270 -0
  37. package/claude/commands/BMad/tasks/validate-next-story.md +140 -0
  38. package/claude/settings.local.json +20 -0
  39. package/package.json +2 -1
@@ -0,0 +1,140 @@
1
+ # /validate-next-story Task
2
+
3
+ When this command is used, execute the following task:
4
+
5
+ <!-- Powered by BMAD™ Core -->
6
+
7
+ # Validate Next Story Task
8
+
9
+ ## Purpose
10
+
11
+ 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.
12
+
13
+ ## SEQUENTIAL Task Execution (Do not proceed until current Task is complete)
14
+
15
+ ### 0. Load Core Configuration and Inputs
16
+
17
+ - Load `.bmad-core/core-config.yaml`
18
+ - If the file does not exist, HALT and inform the user: "core-config.yaml not found. This file is required for story validation."
19
+ - Extract key configurations: `devStoryLocation`, `prd.*`, `architecture.*`
20
+ - Identify and load the following inputs:
21
+ - **Story file**: The drafted story to validate (provided by user or discovered in `devStoryLocation`)
22
+ - **Parent epic**: The epic containing this story's requirements
23
+ - **Architecture documents**: Based on configuration (sharded or monolithic)
24
+ - **Story template**: `bmad-core/templates/story-tmpl.md` for completeness validation
25
+
26
+ ### 1. Template Completeness Validation
27
+
28
+ - Load `.bmad-core/templates/story-tmpl.yaml` and extract all section headings from the template
29
+ - **Missing sections check**: Compare story sections against template sections to verify all required sections are present
30
+ - **Placeholder validation**: Ensure no template placeholders remain unfilled (e.g., `{{EpicNum}}`, `{{role}}`, `_TBD_`)
31
+ - **Agent section verification**: Confirm all sections from template exist for future agent use
32
+ - **Structure compliance**: Verify story follows template structure and formatting
33
+
34
+ ### 2. File Structure and Source Tree Validation
35
+
36
+ - **File paths clarity**: Are new/existing files to be created/modified clearly specified?
37
+ - **Source tree relevance**: Is relevant project structure included in Dev Notes?
38
+ - **Directory structure**: Are new directories/components properly located according to project structure?
39
+ - **File creation sequence**: Do tasks specify where files should be created in logical order?
40
+ - **Path accuracy**: Are file paths consistent with project structure from architecture docs?
41
+
42
+ ### 3. UI/Frontend Completeness Validation (if applicable)
43
+
44
+ - **Component specifications**: Are UI components sufficiently detailed for implementation?
45
+ - **Styling/design guidance**: Is visual implementation guidance clear?
46
+ - **User interaction flows**: Are UX patterns and behaviors specified?
47
+ - **Responsive/accessibility**: Are these considerations addressed if required?
48
+ - **Integration points**: Are frontend-backend integration points clear?
49
+
50
+ ### 4. Acceptance Criteria Satisfaction Assessment
51
+
52
+ - **AC coverage**: Will all acceptance criteria be satisfied by the listed tasks?
53
+ - **AC testability**: Are acceptance criteria measurable and verifiable?
54
+ - **Missing scenarios**: Are edge cases or error conditions covered?
55
+ - **Success definition**: Is "done" clearly defined for each AC?
56
+ - **Task-AC mapping**: Are tasks properly linked to specific acceptance criteria?
57
+
58
+ ### 5. Validation and Testing Instructions Review
59
+
60
+ - **Test approach clarity**: Are testing methods clearly specified?
61
+ - **Test scenarios**: Are key test cases identified?
62
+ - **Validation steps**: Are acceptance criteria validation steps clear?
63
+ - **Testing tools/frameworks**: Are required testing tools specified?
64
+ - **Test data requirements**: Are test data needs identified?
65
+
66
+ ### 6. Security Considerations Assessment (if applicable)
67
+
68
+ - **Security requirements**: Are security needs identified and addressed?
69
+ - **Authentication/authorization**: Are access controls specified?
70
+ - **Data protection**: Are sensitive data handling requirements clear?
71
+ - **Vulnerability prevention**: Are common security issues addressed?
72
+ - **Compliance requirements**: Are regulatory/compliance needs addressed?
73
+
74
+ ### 7. Tasks/Subtasks Sequence Validation
75
+
76
+ - **Logical order**: Do tasks follow proper implementation sequence?
77
+ - **Dependencies**: Are task dependencies clear and correct?
78
+ - **Granularity**: Are tasks appropriately sized and actionable?
79
+ - **Completeness**: Do tasks cover all requirements and acceptance criteria?
80
+ - **Blocking issues**: Are there any tasks that would block others?
81
+
82
+ ### 8. Anti-Hallucination Verification
83
+
84
+ - **Source verification**: Every technical claim must be traceable to source documents
85
+ - **Architecture alignment**: Dev Notes content matches architecture specifications
86
+ - **No invented details**: Flag any technical decisions not supported by source documents
87
+ - **Reference accuracy**: Verify all source references are correct and accessible
88
+ - **Fact checking**: Cross-reference claims against epic and architecture documents
89
+
90
+ ### 9. Dev Agent Implementation Readiness
91
+
92
+ - **Self-contained context**: Can the story be implemented without reading external docs?
93
+ - **Clear instructions**: Are implementation steps unambiguous?
94
+ - **Complete technical context**: Are all required technical details present in Dev Notes?
95
+ - **Missing information**: Identify any critical information gaps
96
+ - **Actionability**: Are all tasks actionable by a development agent?
97
+
98
+ ### 10. Generate Validation Report
99
+
100
+ Provide a structured validation report including:
101
+
102
+ #### Template Compliance Issues
103
+
104
+ - Missing sections from story template
105
+ - Unfilled placeholders or template variables
106
+ - Structural formatting issues
107
+
108
+ #### Critical Issues (Must Fix - Story Blocked)
109
+
110
+ - Missing essential information for implementation
111
+ - Inaccurate or unverifiable technical claims
112
+ - Incomplete acceptance criteria coverage
113
+ - Missing required sections
114
+
115
+ #### Should-Fix Issues (Important Quality Improvements)
116
+
117
+ - Unclear implementation guidance
118
+ - Missing security considerations
119
+ - Task sequencing problems
120
+ - Incomplete testing instructions
121
+
122
+ #### Nice-to-Have Improvements (Optional Enhancements)
123
+
124
+ - Additional context that would help implementation
125
+ - Clarifications that would improve efficiency
126
+ - Documentation improvements
127
+
128
+ #### Anti-Hallucination Findings
129
+
130
+ - Unverifiable technical claims
131
+ - Missing source references
132
+ - Inconsistencies with architecture documents
133
+ - Invented libraries, patterns, or standards
134
+
135
+ #### Final Assessment
136
+
137
+ - **GO**: Story is ready for implementation
138
+ - **NO-GO**: Story requires fixes before implementation
139
+ - **Implementation Readiness Score**: 1-10 scale
140
+ - **Confidence Level**: High/Medium/Low for successful implementation
@@ -0,0 +1,20 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(node:*)",
5
+ "Bash(npm install)",
6
+ "Bash(npx:*)",
7
+ "Bash(npm publish:*)",
8
+ "Bash(git fetch:*)",
9
+ "Bash(git pull:*)",
10
+ "Bash(git checkout:*)",
11
+ "Bash(git reset:*)",
12
+ "Bash(npm view:*)",
13
+ "Bash(npm --version)",
14
+ "Read(//c/**)",
15
+ "Bash(git restore:*)"
16
+ ],
17
+ "deny": [],
18
+ "ask": []
19
+ }
20
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "siesa-agents",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "Paquete para instalar y configurar agentes SIESA en tu proyecto",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -23,6 +23,7 @@
23
23
  "bmad-core/**/*",
24
24
  "vscode/**/*",
25
25
  "github/**/*",
26
+ "claude/**/*",
26
27
  "bin/**/*",
27
28
  "README.md"
28
29
  ],