@comfanion/workflow 4.36.42 → 4.36.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/build-info.json +2 -2
- package/src/opencode/FLOW.yaml +1 -1
- package/src/opencode/commands/architecture.md +1 -2
- package/src/opencode/commands/archive.md +2 -2
- package/src/opencode/commands/change.md +1 -1
- package/src/opencode/commands/clarify.md +2 -2
- package/src/opencode/commands/code-review.md +6 -1
- package/src/opencode/commands/coding-standards.md +2 -2
- package/src/opencode/commands/dev-story.md +6 -1
- package/src/opencode/commands/diagram.md +2 -2
- package/src/opencode/commands/epics.md +2 -3
- package/src/opencode/commands/help.md +2 -2
- package/src/opencode/commands/jira-sync.md +2 -3
- package/src/opencode/commands/module-docs.md +2 -2
- package/src/opencode/commands/prd.md +1 -2
- package/src/opencode/commands/quick.md +2 -2
- package/src/opencode/commands/requirements.md +1 -2
- package/src/opencode/commands/research.md +1 -1
- package/src/opencode/commands/search.md +1 -1
- package/src/opencode/commands/sprint-plan.md +2 -3
- package/src/opencode/commands/stories.md +2 -3
- package/src/opencode/commands/unit-docs.md +1 -1
- package/src/opencode/commands/validate.md +1 -2
- package/src/opencode/commands/workflow-status.md +2 -3
- package/src/opencode/skills/sprint-planning/SKILL.md +29 -1
package/package.json
CHANGED
package/src/build-info.json
CHANGED
package/src/opencode/FLOW.yaml
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
2
|
+
description: Use when creating or updating system architecture document. Designs modules, data ownership, integration patterns
|
|
3
3
|
agent: architect
|
|
4
|
-
model: anthropic/claude-sonnet-4-20250514
|
|
5
4
|
---
|
|
6
5
|
|
|
7
6
|
# Architecture Creation/Update
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
3
|
-
agent:
|
|
2
|
+
description: Use when clarifying requirements before creating PRD or Architecture. Asks structured questions to uncover gaps
|
|
3
|
+
agent: analyst
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Clarify Command
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Use when reviewing implemented code for quality, correctness, and adherence to project standards
|
|
3
|
+
agent: dev
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# /code-review Command
|
|
2
7
|
|
|
3
8
|
Review implemented code for quality, correctness, and adherence to standards.
|
|
@@ -14,7 +19,7 @@ Review implemented code for quality, correctness, and adherence to standards.
|
|
|
14
19
|
|
|
15
20
|
## Agent
|
|
16
21
|
|
|
17
|
-
This command invokes the **Dev** agent (
|
|
22
|
+
This command invokes the **Dev** agent (Rick) in review mode.
|
|
18
23
|
|
|
19
24
|
## Process
|
|
20
25
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
3
|
-
agent:
|
|
2
|
+
description: Use when creating or updating coding standards documentation. Creates modular files for patterns, testing, API conventions
|
|
3
|
+
agent: architect
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Coding Standards Creation
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Use when implementing a story using red-green-refactor TDD cycle. Finds next ready story or uses specified path
|
|
3
|
+
agent: dev
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# /dev-story Command
|
|
2
7
|
|
|
3
8
|
Implement a story using red-green-refactor cycle with TODO tracking.
|
|
@@ -14,7 +19,7 @@ Implement a story using red-green-refactor cycle with TODO tracking.
|
|
|
14
19
|
|
|
15
20
|
## Agent
|
|
16
21
|
|
|
17
|
-
This command invokes the **Dev** agent (
|
|
22
|
+
This command invokes the **Dev** agent (Rick).
|
|
18
23
|
|
|
19
24
|
## Process
|
|
20
25
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
3
|
-
agent:
|
|
2
|
+
description: Use when creating technical diagrams - C4 architecture, sequence flows, ER data models, flowcharts in Mermaid format
|
|
3
|
+
agent: architect
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Diagram Creation
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
3
|
-
agent:
|
|
4
|
-
model: anthropic/claude-sonnet-4-20250514
|
|
2
|
+
description: Use when creating epics from PRD and Architecture. Breaks PRD requirements into implementable epics aligned with architecture modules
|
|
3
|
+
agent: pm
|
|
5
4
|
---
|
|
6
5
|
|
|
7
6
|
# Epic Creation
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
3
|
-
agent:
|
|
2
|
+
description: Use when needing guidance on project state, next steps, blockers, or quick wins in the workflow
|
|
3
|
+
agent: pm
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Help Command
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
3
|
-
agent:
|
|
4
|
-
model: anthropic/claude-sonnet-4-20250514
|
|
2
|
+
description: Use when synchronizing epics and stories with Jira. Creates issues, updates status, links branches
|
|
3
|
+
agent: pm
|
|
5
4
|
---
|
|
6
5
|
|
|
7
6
|
# Jira Synchronization
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
3
|
-
agent:
|
|
2
|
+
description: Use when creating detailed documentation for a module - index.md, data-model.md, API specs, events
|
|
3
|
+
agent: architect
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Module Documentation
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
2
|
+
description: Use when creating or updating Product Requirements Document. Defines scope, FRs, NFRs, user journeys
|
|
3
3
|
agent: pm
|
|
4
|
-
model: anthropic/claude-sonnet-4-20250514
|
|
5
4
|
---
|
|
6
5
|
|
|
7
6
|
# PRD Creation/Update
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
2
|
+
description: Use when gathering FR/NFR requirements through stakeholder interviews. First step before PRD
|
|
3
3
|
agent: analyst
|
|
4
|
-
model: anthropic/claude-sonnet-4-20250514
|
|
5
4
|
---
|
|
6
5
|
|
|
7
6
|
# Requirements Gathering
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
3
|
-
agent:
|
|
4
|
-
model: anthropic/claude-sonnet-4-20250514
|
|
2
|
+
description: Use when planning sprints, organizing epics into sprints, or tracking sprint progress. REQUIRES epics to exist first
|
|
3
|
+
agent: pm
|
|
5
4
|
---
|
|
6
5
|
|
|
7
6
|
# Sprint Planning
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
3
|
-
agent:
|
|
4
|
-
model: anthropic/claude-sonnet-4-20250514
|
|
2
|
+
description: Use when creating stories for a specific epic. Breaks epic into implementable user stories with Given/When/Then acceptance criteria
|
|
3
|
+
agent: pm
|
|
5
4
|
---
|
|
6
5
|
|
|
7
6
|
# Story Creation
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
2
|
+
description: Use when validating project artifacts - requirements, PRD, architecture, or epics for completeness and quality
|
|
3
3
|
agent: architect
|
|
4
|
-
model: anthropic/claude-sonnet-4-20250514
|
|
5
4
|
---
|
|
6
5
|
|
|
7
6
|
# Artifact Validation
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
3
|
-
agent:
|
|
4
|
-
model: anthropic/claude-sonnet-4-20250514
|
|
2
|
+
description: Use when checking project workflow status or getting guidance on next steps in the documentation pipeline
|
|
3
|
+
agent: pm
|
|
5
4
|
---
|
|
6
5
|
|
|
7
6
|
# Workflow Status
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: sprint-planning
|
|
3
|
-
description:
|
|
3
|
+
description: Use when organizing epics into sprints, creating sprint-status.yaml, or tracking sprint progress. REQUIRES epics to exist first - run /epics if none
|
|
4
4
|
license: MIT
|
|
5
5
|
compatibility: opencode
|
|
6
6
|
metadata:
|
|
@@ -18,6 +18,34 @@ Use this skill when you need to:
|
|
|
18
18
|
- Track sprint progress
|
|
19
19
|
- Plan new sprints
|
|
20
20
|
|
|
21
|
+
## Prerequisites
|
|
22
|
+
|
|
23
|
+
**CRITICAL: Epics must exist before sprint planning!**
|
|
24
|
+
|
|
25
|
+
```
|
|
26
|
+
Check: ls docs/sprint-artifacts/backlog/epic-*.md 2>/dev/null || ls docs/sprint-artifacts/sprint-*/epic-*.md 2>/dev/null
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
| Check | Action if Missing |
|
|
30
|
+
|-------|-------------------|
|
|
31
|
+
| No epics in backlog or sprints | **STOP** → Run `/epics` first to create epics from PRD |
|
|
32
|
+
| Epics exist but no stories | Epics can be planned, stories created later with `/stories` |
|
|
33
|
+
| PRD missing | **STOP** → Run `/prd` first |
|
|
34
|
+
|
|
35
|
+
### Dependency Chain
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
/prd → /architecture → /epics → /sprint-plan
|
|
39
|
+
↑
|
|
40
|
+
YOU ARE HERE
|
|
41
|
+
(need epics first!)
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
If user asks for sprint planning without epics:
|
|
45
|
+
1. Inform them epics are required
|
|
46
|
+
2. Offer to create epics first with `/epics`
|
|
47
|
+
3. Only proceed with sprint planning after epics exist
|
|
48
|
+
|
|
21
49
|
## Sprint Duration
|
|
22
50
|
|
|
23
51
|
- **Recommended:** 2 weeks
|