wogiflow 1.0.21 → 1.0.23

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 (122) hide show
  1. package/.claude/commands/wogi-bug.md +43 -0
  2. package/.claude/commands/wogi-bulk.md +144 -0
  3. package/.claude/commands/wogi-changelog.md +36 -0
  4. package/.claude/commands/wogi-compact.md +99 -0
  5. package/.claude/commands/wogi-config.md +50 -0
  6. package/.claude/commands/wogi-context.md +68 -0
  7. package/.claude/commands/wogi-correction.md +73 -0
  8. package/.claude/commands/wogi-debt.md +128 -0
  9. package/.claude/commands/wogi-deps.md +32 -0
  10. package/.claude/commands/wogi-epics.md +145 -0
  11. package/.claude/commands/wogi-export.md +100 -0
  12. package/.claude/commands/wogi-feature.md +149 -0
  13. package/.claude/commands/wogi-guided-edit.md +83 -0
  14. package/.claude/commands/wogi-health.md +43 -0
  15. package/.claude/commands/wogi-help.md +96 -0
  16. package/.claude/commands/wogi-hybrid-edit.md +36 -0
  17. package/.claude/commands/wogi-hybrid-off.md +24 -0
  18. package/.claude/commands/wogi-hybrid-setup.md +79 -0
  19. package/.claude/commands/wogi-hybrid-status.md +45 -0
  20. package/.claude/commands/wogi-hybrid.md +54 -0
  21. package/.claude/commands/wogi-import.md +44 -0
  22. package/.claude/commands/wogi-init.md +618 -0
  23. package/.claude/commands/wogi-log.md +38 -0
  24. package/.claude/commands/wogi-map-add.md +29 -0
  25. package/.claude/commands/wogi-map-check.md +35 -0
  26. package/.claude/commands/wogi-map-index.md +98 -0
  27. package/.claude/commands/wogi-map-scan.md +38 -0
  28. package/.claude/commands/wogi-map-sync.md +91 -0
  29. package/.claude/commands/wogi-map.md +33 -0
  30. package/.claude/commands/wogi-morning.md +65 -0
  31. package/.claude/commands/wogi-onboard.md +99 -0
  32. package/.claude/commands/wogi-plan.md +173 -0
  33. package/.claude/commands/wogi-ready.md +84 -0
  34. package/.claude/commands/wogi-resume.md +95 -0
  35. package/.claude/commands/wogi-review.md +636 -0
  36. package/.claude/commands/wogi-roadmap.md +241 -0
  37. package/.claude/commands/wogi-rules.md +104 -0
  38. package/.claude/commands/wogi-search.md +33 -0
  39. package/.claude/commands/wogi-session-end.md +49 -0
  40. package/.claude/commands/wogi-setup-stack.md +151 -0
  41. package/.claude/commands/wogi-skill-learn.md +66 -0
  42. package/.claude/commands/wogi-skills.md +87 -0
  43. package/.claude/commands/wogi-standup.md +28 -0
  44. package/.claude/commands/wogi-start.md +465 -0
  45. package/.claude/commands/wogi-status.md +41 -0
  46. package/.claude/commands/wogi-statusline-setup/skill.md +109 -0
  47. package/.claude/commands/wogi-story.md +98 -0
  48. package/.claude/commands/wogi-suspend.md +87 -0
  49. package/.claude/commands/wogi-test-browser.md +43 -0
  50. package/.claude/commands/wogi-trace.md +198 -0
  51. package/.claude/docs/architecture.md +37 -0
  52. package/.claude/docs/commands.md +343 -0
  53. package/.claude/docs/knowledge-base/01-setup-onboarding/README.md +177 -0
  54. package/.claude/docs/knowledge-base/01-setup-onboarding/component-indexing.md +341 -0
  55. package/.claude/docs/knowledge-base/01-setup-onboarding/framework-detection.md +269 -0
  56. package/.claude/docs/knowledge-base/01-setup-onboarding/installation.md +146 -0
  57. package/.claude/docs/knowledge-base/01-setup-onboarding/onboarding-existing.md +317 -0
  58. package/.claude/docs/knowledge-base/01-setup-onboarding/team-setup.md +346 -0
  59. package/.claude/docs/knowledge-base/02-task-execution/01-task-planning.md +259 -0
  60. package/.claude/docs/knowledge-base/02-task-execution/02-execution-loop.md +443 -0
  61. package/.claude/docs/knowledge-base/02-task-execution/03-verification.md +417 -0
  62. package/.claude/docs/knowledge-base/02-task-execution/04-completion.md +374 -0
  63. package/.claude/docs/knowledge-base/02-task-execution/05-session-review.md +170 -0
  64. package/.claude/docs/knowledge-base/02-task-execution/README.md +173 -0
  65. package/.claude/docs/knowledge-base/02-task-execution/external-integrations.md +133 -0
  66. package/.claude/docs/knowledge-base/02-task-execution/model-management.md +202 -0
  67. package/.claude/docs/knowledge-base/02-task-execution/specification-mode.md +292 -0
  68. package/.claude/docs/knowledge-base/02-task-execution/sync-daemon.md +96 -0
  69. package/.claude/docs/knowledge-base/02-task-execution/trade-offs.md +345 -0
  70. package/.claude/docs/knowledge-base/02-task-execution/workflow-steps.md +357 -0
  71. package/.claude/docs/knowledge-base/03-self-improvement/README.md +199 -0
  72. package/.claude/docs/knowledge-base/03-self-improvement/long-input-processing.md +160 -0
  73. package/.claude/docs/knowledge-base/03-self-improvement/model-learning.md +334 -0
  74. package/.claude/docs/knowledge-base/03-self-improvement/project-learning.md +301 -0
  75. package/.claude/docs/knowledge-base/03-self-improvement/skill-learning.md +372 -0
  76. package/.claude/docs/knowledge-base/03-self-improvement/skill-matching.md +304 -0
  77. package/.claude/docs/knowledge-base/03-self-improvement/team-learning.md +342 -0
  78. package/.claude/docs/knowledge-base/04-memory-context/README.md +189 -0
  79. package/.claude/docs/knowledge-base/04-memory-context/context-management.md +308 -0
  80. package/.claude/docs/knowledge-base/04-memory-context/memory-commands.md +176 -0
  81. package/.claude/docs/knowledge-base/04-memory-context/memory-systems.md +359 -0
  82. package/.claude/docs/knowledge-base/04-memory-context/prd-management.md +115 -0
  83. package/.claude/docs/knowledge-base/04-memory-context/session-persistence.md +359 -0
  84. package/.claude/docs/knowledge-base/04-memory-context/team-history.md +317 -0
  85. package/.claude/docs/knowledge-base/05-development-tools/README.md +84 -0
  86. package/.claude/docs/knowledge-base/05-development-tools/code-traces.md +278 -0
  87. package/.claude/docs/knowledge-base/05-development-tools/figma-analyzer.md +253 -0
  88. package/.claude/docs/knowledge-base/05-development-tools/guided-edit.md +173 -0
  89. package/.claude/docs/knowledge-base/05-development-tools/mcp-integrations.md +286 -0
  90. package/.claude/docs/knowledge-base/06-safety-guardrails/README.md +153 -0
  91. package/.claude/docs/knowledge-base/06-safety-guardrails/checkpoint-rollback.md +302 -0
  92. package/.claude/docs/knowledge-base/06-safety-guardrails/commit-gates.md +309 -0
  93. package/.claude/docs/knowledge-base/06-safety-guardrails/damage-control.md +292 -0
  94. package/.claude/docs/knowledge-base/06-safety-guardrails/security-scanning.md +291 -0
  95. package/.claude/docs/knowledge-base/README.md +92 -0
  96. package/.claude/docs/knowledge-base/configuration/README.md +228 -0
  97. package/.claude/docs/knowledge-base/configuration/all-options.md +1632 -0
  98. package/.claude/docs/knowledge-base/future-features.md +277 -0
  99. package/.claude/docs/stack.md +25 -0
  100. package/.claude/docs/testing.md +71 -0
  101. package/.claude/rules/README.md +60 -0
  102. package/.claude/rules/architecture/component-reuse.md +38 -0
  103. package/.claude/rules/architecture/document-structure.md +76 -0
  104. package/.claude/rules/architecture/feature-refactoring-cleanup.md +87 -0
  105. package/.claude/rules/architecture/model-management.md +35 -0
  106. package/.claude/rules/code-style/naming-conventions.md +55 -0
  107. package/.claude/rules/security/security-patterns.md +116 -0
  108. package/.claude/skills/.gitkeep +0 -0
  109. package/.claude/skills/README.md +131 -0
  110. package/.claude/skills/_template/commands/.gitkeep +0 -0
  111. package/.claude/skills/_template/knowledge/anti-patterns.md +49 -0
  112. package/.claude/skills/_template/knowledge/learnings.md +60 -0
  113. package/.claude/skills/_template/knowledge/patterns.md +45 -0
  114. package/.claude/skills/_template/rules/.gitkeep +0 -0
  115. package/.claude/skills/_template/skill.md +99 -0
  116. package/.claude/skills/_template/templates/.gitkeep +0 -0
  117. package/.claude/skills/figma-analyzer/knowledge/anti-patterns.md +216 -0
  118. package/.claude/skills/figma-analyzer/knowledge/patterns.md +144 -0
  119. package/.claude/skills/figma-analyzer/skill.md +236 -0
  120. package/lib/installer.js +59 -19
  121. package/package.json +5 -1
  122. package/scripts/postinstall.js +65 -3
@@ -0,0 +1,145 @@
1
+ Manage epics (large initiatives) with hierarchical progress tracking.
2
+
3
+ ## Overview
4
+
5
+ Epics are large work items (L0) that contain multiple stories (L1), which in turn contain tasks (L2) and subtasks (L3). Progress automatically propagates up the hierarchy.
6
+
7
+ ```
8
+ Epic (L0) - 15+ files, multi-week effort
9
+ ├── Story (L1) - 5-15 files, days of work
10
+ │ ├── Task (L2) - 1-5 files, hours of work
11
+ │ │ └── Subtask (L3) - 1 file, atomic
12
+ │ └── Task (L2)
13
+ └── Story (L1)
14
+ ```
15
+
16
+ ## Commands
17
+
18
+ ### List Epics
19
+ ```bash
20
+ node scripts/flow-epics.js list
21
+ # or: flow epics list
22
+ ```
23
+
24
+ ### Create Epic
25
+ ```bash
26
+ node scripts/flow-epics.js create <epicId> --title "Title" --desc "Description"
27
+ ```
28
+
29
+ Example:
30
+ ```bash
31
+ node scripts/flow-epics.js create epic-auth --title "Authentication System" --desc "Complete user authentication implementation"
32
+ ```
33
+
34
+ ### Add Story to Epic
35
+ ```bash
36
+ node scripts/flow-epics.js add-story <epicId> <storyId>
37
+ ```
38
+
39
+ Example:
40
+ ```bash
41
+ node scripts/flow-epics.js add-story epic-auth wf-abc123
42
+ ```
43
+
44
+ ### View Epic Details
45
+ ```bash
46
+ node scripts/flow-epics.js show <epicId>
47
+ ```
48
+
49
+ ### View Full Hierarchy Tree
50
+ ```bash
51
+ node scripts/flow-epics.js tree <epicId>
52
+ ```
53
+
54
+ Output:
55
+ ```
56
+ → 📦 Authentication System [45%]
57
+ → 📖 Login Flow [80%]
58
+ ✓ 📋 Create login form [100%]
59
+ → 📋 Add validation [50%]
60
+ ✓ ▪ Email validation [100%]
61
+ · ▪ Password validation [0%]
62
+ · 📖 OAuth Integration [0%]
63
+ ```
64
+
65
+ ### Update Progress
66
+ ```bash
67
+ # Update specific epic
68
+ node scripts/flow-epics.js update <epicId>
69
+
70
+ # Update all epics
71
+ node scripts/flow-epics.js update
72
+ ```
73
+
74
+ ### Remove Story from Epic
75
+ ```bash
76
+ node scripts/flow-epics.js remove-story <epicId> <storyId>
77
+ ```
78
+
79
+ ### Delete Epic
80
+ ```bash
81
+ node scripts/flow-epics.js delete <epicId>
82
+ ```
83
+
84
+ ## Progress Calculation
85
+
86
+ Progress is calculated recursively:
87
+ - **Leaf tasks**: Based on status (completed=100%, inProgress=50%, ready=0%)
88
+ - **Parent tasks**: Average of children's progress
89
+ - **Automatic propagation**: When a task is completed, parent progress updates
90
+
91
+ ## Integration with Stories
92
+
93
+ When using `/wogi-story`:
94
+ 1. Create the story with acceptance criteria
95
+ 2. Add it to the appropriate epic:
96
+ ```bash
97
+ node scripts/flow-epics.js add-story <epicId> <storyId>
98
+ ```
99
+ 3. Progress will automatically track as you complete tasks
100
+
101
+ ## Workflow Example
102
+
103
+ ```bash
104
+ # 1. Create an epic for a major initiative
105
+ node scripts/flow-epics.js create epic-dashboard --title "Analytics Dashboard"
106
+
107
+ # 2. Create stories for each component
108
+ /wogi-story "Create data visualization charts"
109
+ /wogi-story "Build filtering system"
110
+
111
+ # 3. Add stories to epic
112
+ node scripts/flow-epics.js add-story epic-dashboard wf-charts-123
113
+ node scripts/flow-epics.js add-story epic-dashboard wf-filter-456
114
+
115
+ # 4. Work on tasks (stories auto-decompose into tasks)
116
+ /wogi-start wf-charts-task-001
117
+
118
+ # 5. Check progress
119
+ node scripts/flow-epics.js tree epic-dashboard
120
+ ```
121
+
122
+ ## Status Icons
123
+
124
+ | Icon | Meaning |
125
+ |------|---------|
126
+ | ✓ | Completed (100%) |
127
+ | → | In Progress (1-99%) |
128
+ | · | Ready/Not Started (0%) |
129
+ | ✗ | Blocked |
130
+
131
+ ## Level Icons
132
+
133
+ | Icon | Level | Type |
134
+ |------|-------|------|
135
+ | 📦 | L0 | Epic |
136
+ | 📖 | L1 | Story |
137
+ | 📋 | L2 | Task |
138
+ | ▪ | L3 | Subtask |
139
+
140
+ ## Tips
141
+
142
+ - **Start with epics for major features** - Break down into stories before implementation
143
+ - **Update progress regularly** - Run `flow epics update` to sync status
144
+ - **Use tree view for standup** - Quick visual of project state
145
+ - **Epics don't block work** - You can still use `/wogi-start` without epics
@@ -0,0 +1,100 @@
1
+ Export workflow configuration as a shareable profile.
2
+
3
+ **v2.1**: Enhanced with rules, learnings, and templates export.
4
+
5
+ ## Usage
6
+
7
+ ```bash
8
+ /wogi-export my-team # Core files only
9
+ /wogi-export my-team --rules # Include rules and decisions
10
+ /wogi-export my-team --learnings # Include feedback patterns and skill learnings
11
+ /wogi-export my-team --full # Include everything
12
+ ```
13
+
14
+ ## Options
15
+
16
+ | Flag | Includes |
17
+ |------|----------|
18
+ | (none) | CLAUDE.md, agents/, config.json |
19
+ | `--rules` | + decisions.md, .claude/rules/ |
20
+ | `--learnings` | + feedback-patterns.md, skill learnings |
21
+ | `--templates` | + project and roadmap templates |
22
+ | `--full` | All of the above |
23
+ | `--include-decisions` | Legacy: just decisions.md |
24
+ | `--include-app-map` | Include app-map.md (usually project-specific) |
25
+
26
+ ## Export Categories
27
+
28
+ **Core (always included):**
29
+ - CLAUDE.md - Core workflow instructions
30
+ - agents/*.md - Agent personas
31
+ - .workflow/config.json - Configuration
32
+
33
+ **Rules & Decisions (`--rules`):**
34
+ - .workflow/state/decisions.md - Project rules
35
+ - .claude/rules/*.md - Auto-synced coding rules
36
+
37
+ **Learnings (`--learnings`):**
38
+ - .workflow/state/feedback-patterns.md - Team learnings
39
+ - .claude/skills/*/knowledge/ - Skill patterns and learnings
40
+
41
+ **Templates (`--templates`):**
42
+ - templates/project-template.md - Project spec template
43
+ - templates/roadmap-template.md - Roadmap template
44
+
45
+ ## Output
46
+
47
+ ```
48
+ ╔══════════════════════════════════════════════════════════╗
49
+ ║ Exporting Profile: my-team ║
50
+ ╚══════════════════════════════════════════════════════════╝
51
+
52
+ Core Files:
53
+ ✓ CLAUDE.md
54
+ ✓ agents/ (11 personas)
55
+ ✓ config.json
56
+
57
+ Rules & Decisions:
58
+ ✓ decisions.md
59
+ ✓ .claude/rules/ (3 rules)
60
+
61
+ Learnings:
62
+ ✓ feedback-patterns.md
63
+ ✓ skill learnings (2 skills)
64
+
65
+ ╔══════════════════════════════════════════════════════════╗
66
+ ║ ✓ Profile exported successfully ║
67
+ ╚══════════════════════════════════════════════════════════╝
68
+
69
+ File: wogi-profiles/my-team.zip
70
+ Size: 45K
71
+
72
+ Share this file with team members.
73
+ Import with: ./scripts/flow import-profile my-team.zip
74
+ ```
75
+
76
+ ## Import a Profile
77
+
78
+ After installing WogiFlow, import a team profile:
79
+
80
+ ```bash
81
+ npm install wogiflow
82
+ npx flow import-profile ~/my-team.zip
83
+ ```
84
+
85
+ ## CLI
86
+
87
+ Run the export script directly:
88
+
89
+ ```bash
90
+ ./scripts/flow export-profile my-team --full
91
+ ```
92
+
93
+ ## What This Enables
94
+
95
+ Share with your team:
96
+ - Refined agent instructions and personas
97
+ - Coding conventions and decisions
98
+ - Skill-specific patterns and learnings
99
+ - Quality gate configuration
100
+ - Template structures
@@ -0,0 +1,149 @@
1
+ Manage features - coherent product capabilities that group related stories.
2
+
3
+ ## Overview
4
+
5
+ Features (ft-XXXXXXXX) sit between epics and stories in the work hierarchy. They represent complete product capabilities that can be independently delivered.
6
+
7
+ ```
8
+ Plan (pl-XXXXXXXX) - Strategic initiatives
9
+ └── Epic (ep-XXXXXXXX) - Large initiative, 15+ files
10
+ └── Feature (ft-XXXXXXXX) - Coherent capability
11
+ └── Story (wf-XXXXXXXX) - Implementation spec
12
+ └── Sub-task (wf-XXXXXXXX-NN) - Atomic work
13
+ ```
14
+
15
+ ## Commands
16
+
17
+ ### Create Feature
18
+ ```bash
19
+ node scripts/flow-feature.js create "<title>"
20
+
21
+ # With parent epic
22
+ node scripts/flow-feature.js create "<title>" --parent ep-a1b2c3d4
23
+ ```
24
+
25
+ Example:
26
+ ```bash
27
+ node scripts/flow-feature.js create "User Authentication Flow"
28
+ ```
29
+
30
+ ### List Features
31
+ ```bash
32
+ node scripts/flow-feature.js list
33
+
34
+ # JSON output
35
+ node scripts/flow-feature.js list --json
36
+ ```
37
+
38
+ ### Show Feature Details
39
+ ```bash
40
+ node scripts/flow-feature.js show <featureId>
41
+ ```
42
+
43
+ ### Add Story to Feature
44
+ ```bash
45
+ node scripts/flow-feature.js add-story <featureId> <storyId>
46
+ ```
47
+
48
+ Example:
49
+ ```bash
50
+ node scripts/flow-feature.js add-story ft-a1b2c3d4 wf-e5f6g7h8
51
+ ```
52
+
53
+ ### Remove Story from Feature
54
+ ```bash
55
+ node scripts/flow-feature.js remove-story <featureId> <storyId>
56
+ ```
57
+
58
+ ### Check Progress
59
+ ```bash
60
+ node scripts/flow-feature.js progress <featureId>
61
+ ```
62
+
63
+ ### Delete Feature
64
+ ```bash
65
+ node scripts/flow-feature.js delete <featureId>
66
+ ```
67
+
68
+ ## File Structure
69
+
70
+ Features are stored as markdown files in `.workflow/features/`:
71
+
72
+ ```markdown
73
+ # Feature: User Authentication Flow
74
+
75
+ ## Description
76
+ Allow users to securely log in with email/password.
77
+
78
+ ## User Value
79
+ **As a** user
80
+ **I want** to log in securely
81
+ **So that** I can access my account
82
+
83
+ ## Stories
84
+ - wf-a1b2c3d4 # Login form implementation
85
+ - wf-e5f6g7h8 # Password reset flow
86
+
87
+ ## Parent
88
+ epic: ep-x9y8z7w6
89
+
90
+ ## Status: inProgress
91
+ ## Progress: 50%
92
+ ```
93
+
94
+ ## Auto-Completion
95
+
96
+ When all stories in a feature are completed:
97
+ 1. Feature status automatically changes to `completed`
98
+ 2. Progress updates to 100%
99
+ 3. Feature file is archived to `.workflow/archive/features/YYYY-MM/`
100
+ 4. Parent epic progress is recalculated
101
+
102
+ ## Linking to Other Work Items
103
+
104
+ ```bash
105
+ # Link feature to epic
106
+ node scripts/flow-epics.js add-feature <epicId> <featureId>
107
+
108
+ # Or when creating feature
109
+ node scripts/flow-feature.js create "Title" --parent ep-a1b2c3d4
110
+ ```
111
+
112
+ ## Workflow Example
113
+
114
+ ```bash
115
+ # 1. Create an epic for a major initiative
116
+ node scripts/flow-epics.js create ep-auth --title "Authentication System"
117
+
118
+ # 2. Create features for each capability
119
+ node scripts/flow-feature.js create "Login Flow" --parent ep-auth
120
+ # Creates: ft-a1b2c3d4
121
+
122
+ # 3. Create stories for the feature
123
+ /wogi-story "Build login form"
124
+ # Creates: wf-e5f6g7h8
125
+
126
+ # 4. Link story to feature
127
+ node scripts/flow-feature.js add-story ft-a1b2c3d4 wf-e5f6g7h8
128
+
129
+ # 5. Implement the story
130
+ /wogi-start wf-e5f6g7h8
131
+
132
+ # 6. Check progress
133
+ node scripts/flow-feature.js progress ft-a1b2c3d4
134
+ ```
135
+
136
+ ## Status Icons
137
+
138
+ | Icon | Status |
139
+ |------|--------|
140
+ | · | Ready (0%) |
141
+ | → | In Progress (1-99%) |
142
+ | ✓ | Completed (100%) |
143
+
144
+ ## Tips
145
+
146
+ - **Features represent user-facing capabilities** - Not technical components
147
+ - **Keep features small enough to ship independently** - 2-5 stories each
148
+ - **Link features to epics for large initiatives** - Provides visibility
149
+ - **Progress auto-updates** - No need to manually track
@@ -0,0 +1,83 @@
1
+ Guide through multi-file changes step by step.
2
+
3
+ Usage:
4
+ - `/wogi-guided-edit "rename Button to BaseButton"` - Start guided edit
5
+ - `/wogi-guided-edit --from schema.prisma` - Detect affected files from schema change
6
+
7
+ ## Examples
8
+
9
+ ```
10
+ /wogi-guided-edit "rename UserService to UserManager"
11
+ /wogi-guided-edit "replace console.log with logger.debug"
12
+ /wogi-guided-edit "find deprecated API calls"
13
+ /wogi-guided-edit "update all imports from @old/lib to @new/lib"
14
+ ```
15
+
16
+ ## Workflow
17
+
18
+ 1. **Analyze**: Find all files affected by the change
19
+ 2. **Plan**: Show list of files with match counts
20
+ 3. **Step Through**: For each file:
21
+ - Show current match locations
22
+ - Show proposed diff (if replace operation)
23
+ - User: approve / reject / skip
24
+ 4. **Apply**: Make approved changes
25
+ 5. **Summary**: Show completion stats
26
+
27
+ ## Commands During Session
28
+
29
+ Once a session starts, use these commands:
30
+
31
+ | Command | Action |
32
+ |---------|--------|
33
+ | `next` / `n` | Show next file to review |
34
+ | `approve` / `a` | Approve and apply changes |
35
+ | `reject` / `r` | Reject file, skip changes |
36
+ | `skip` / `s` | Skip for now (review later) |
37
+ | `status` | Show progress |
38
+ | `abort` / `q` | Cancel session |
39
+
40
+ ## Session Persistence
41
+
42
+ Progress is saved to `.workflow/state/guided-edit-session.json`. You can:
43
+ - Close Claude and resume later
44
+ - Use `status` to see where you left off
45
+ - Use `abort` to cancel and start fresh
46
+
47
+ ## Use Cases
48
+
49
+ ### Large Refactors
50
+ Rename a component across 20+ files with confidence:
51
+ ```
52
+ /wogi-guided-edit "rename Button to BaseButton"
53
+ ```
54
+
55
+ ### Library Upgrades
56
+ Update imports everywhere:
57
+ ```
58
+ /wogi-guided-edit "replace import { X } from 'old-lib' with import { X } from 'new-lib'"
59
+ ```
60
+
61
+ ### Code Cleanup
62
+ Find and review deprecated patterns:
63
+ ```
64
+ /wogi-guided-edit "find componentWillMount"
65
+ ```
66
+
67
+ ### Schema Changes
68
+ After changing an entity, update all related files:
69
+ ```
70
+ /wogi-guided-edit "find UserEntity"
71
+ ```
72
+
73
+ ## Claude's Role
74
+
75
+ When running this command, Claude will:
76
+
77
+ 1. Parse the description to understand the operation
78
+ 2. Run the script to find affected files
79
+ 3. Present each file for your review
80
+ 4. Apply changes only when you approve
81
+ 5. Track progress and provide summary
82
+
83
+ The goal is methodical, confident multi-file editing with human oversight.
@@ -0,0 +1,43 @@
1
+ Check workflow health and report issues.
2
+
3
+ Verify:
4
+ 1. **Required files exist**:
5
+ - `.workflow/config.json`
6
+ - `.workflow/state/ready.json`
7
+ - `.workflow/state/request-log.md`
8
+ - `.workflow/state/app-map.md`
9
+ - `.workflow/state/decisions.md`
10
+ - `CLAUDE.md`
11
+
12
+ 2. **JSON validity**:
13
+ - Parse config.json - report if invalid
14
+ - Parse ready.json - report if invalid
15
+
16
+ 3. **App-map sync**:
17
+ - Check if components in app-map exist in codebase
18
+ - Report orphaned entries
19
+
20
+ 4. **Git status**:
21
+ - Check for uncommitted workflow files
22
+
23
+ Output:
24
+ ```
25
+ 🏥 Workflow Health
26
+
27
+ Files:
28
+ ✓ config.json
29
+ ✓ ready.json
30
+ ✓ request-log.md
31
+ ✓ app-map.md
32
+ ✓ decisions.md
33
+ ✓ CLAUDE.md
34
+
35
+ Validation:
36
+ ✓ config.json valid
37
+ ✓ ready.json valid
38
+
39
+ Sync:
40
+ ⚠ 2 components in app-map not found in codebase
41
+
42
+ Overall: Healthy (1 warning)
43
+ ```
@@ -0,0 +1,96 @@
1
+ Show all available Wogi Flow commands.
2
+
3
+ Usage: `/wogi-help`
4
+
5
+ ## Output
6
+
7
+ ```
8
+ 🚀 Wogi Flow - Command Reference
9
+
10
+ ═══════════════════════════════════════════════════════════════
11
+ SETUP & ONBOARDING
12
+ ═══════════════════════════════════════════════════════════════
13
+ /wogi-onboard Analyze existing project, set up context
14
+ /wogi-init Initialize workflow structure
15
+ /wogi-config Show/modify configuration
16
+ /wogi-skills Manage skill packages
17
+ /wogi-rules View/manage coding rules
18
+
19
+ ═══════════════════════════════════════════════════════════════
20
+ TASK MANAGEMENT
21
+ ═══════════════════════════════════════════════════════════════
22
+ /wogi-ready Show tasks by status, recommend next
23
+ /wogi-start [id] Start task, load context
24
+ /wogi-done [id] Complete task with quality gates
25
+ /wogi-bulk Execute multiple tasks in sequence
26
+ /wogi-status Full project overview
27
+ /wogi-deps [id] Show task dependency tree
28
+
29
+ ═══════════════════════════════════════════════════════════════
30
+ STORY & FEATURE CREATION
31
+ ═══════════════════════════════════════════════════════════════
32
+ /wogi-story [title] Create detailed story with acceptance criteria
33
+ /wogi-feature [name] Create new feature with tasks
34
+ /wogi-bug [title] Create bug report
35
+
36
+ ═══════════════════════════════════════════════════════════════
37
+ WORKFLOW
38
+ ═══════════════════════════════════════════════════════════════
39
+ /wogi-health Check all workflow files
40
+ /wogi-standup Generate standup summary
41
+ /wogi-session-end End session properly
42
+ /wogi-compact Prepare for context compaction
43
+ /wogi-roadmap Show phase-based roadmap (if enabled)
44
+
45
+ ═══════════════════════════════════════════════════════════════
46
+ COMPONENT MANAGEMENT
47
+ ═══════════════════════════════════════════════════════════════
48
+ /wogi-map Show full component registry
49
+ /wogi-map-add [name] Add component to registry
50
+ /wogi-map-scan [dir] Find unmapped components
51
+ /wogi-map-check Check for drift
52
+
53
+ ═══════════════════════════════════════════════════════════════
54
+ SEARCH & CONTEXT
55
+ ═══════════════════════════════════════════════════════════════
56
+ /wogi-search [query] Search request-log
57
+ /wogi-context [id] Load all task context
58
+ /wogi-log Add request-log entry
59
+
60
+ ═══════════════════════════════════════════════════════════════
61
+ DOCUMENTATION
62
+ ═══════════════════════════════════════════════════════════════
63
+ /wogi-changelog Generate changelog
64
+ /wogi-correction [id] Create detailed correction report
65
+
66
+ ═══════════════════════════════════════════════════════════════
67
+ CONFIGURATION
68
+ ═══════════════════════════════════════════════════════════════
69
+ /wogi-config Show/modify configuration
70
+ /wogi-skills Manage skill packages
71
+ /wogi-export [name] Export workflow profile
72
+ /wogi-import [file] Import team profile
73
+
74
+ ═══════════════════════════════════════════════════════════════
75
+ TESTING (if enabled)
76
+ ═══════════════════════════════════════════════════════════════
77
+ /wogi-test-browser [flow] Execute browser test flow
78
+ /wogi-test-browser all Run all test flows
79
+
80
+ ═══════════════════════════════════════════════════════════════
81
+ SKILL COMMANDS (when installed)
82
+ ═══════════════════════════════════════════════════════════════
83
+ Run /wogi-skills to see commands from installed skills.
84
+
85
+ Example (NestJS skill):
86
+ /nestjs-scaffold [name] Create complete module
87
+ /nestjs-entity [name] Create TypeORM entity
88
+ /nestjs-db migrate Run migrations
89
+ ```
90
+
91
+ ## Quick Tips
92
+
93
+ • Start your day: `/wogi-ready`
94
+ • End your day: `/wogi-session-end`
95
+ • Check health: `/wogi-health`
96
+ • Get task context: `/wogi-context wf-XXXXXXXX`
@@ -0,0 +1,36 @@
1
+ ---
2
+ description: Edit the current execution plan before running
3
+ ---
4
+
5
+ # Edit Hybrid Plan
6
+
7
+ Show me the current plan and what you'd like to change.
8
+
9
+ ## Current Plan
10
+
11
+ ```bash
12
+ if [ -f ".workflow/state/current-plan.json" ]; then
13
+ jq '.' .workflow/state/current-plan.json
14
+ else
15
+ echo "No plan currently loaded"
16
+ fi
17
+ ```
18
+
19
+ ## Edit Options
20
+
21
+ Tell me what you'd like to change:
22
+
23
+ 1. **Add a step** - Describe what you want to add
24
+ 2. **Remove a step** - Tell me which step number to remove
25
+ 3. **Modify a step** - Tell me which step and what to change
26
+ 4. **Reorder steps** - Specify the new order
27
+ 5. **Change execution mode** - Mark steps as parallel/sequential
28
+
29
+ ## Example Requests
30
+
31
+ - "Add a step to create unit tests after the service"
32
+ - "Remove step 3, I'll handle that manually"
33
+ - "Change step 2 to use React Hook Form instead"
34
+ - "Make steps 1-3 run in parallel"
35
+
36
+ What would you like to change?
@@ -0,0 +1,24 @@
1
+ ---
2
+ description: Disable hybrid mode and return to normal operation
3
+ ---
4
+
5
+ # Disable Hybrid Mode
6
+
7
+ Turning off hybrid mode. I'll go back to executing everything directly.
8
+
9
+ ```bash
10
+ # Update config
11
+ cd "$(pwd)" && cat .workflow/config.json | jq '.hybrid.enabled = false' > /tmp/config.tmp && mv /tmp/config.tmp .workflow/config.json
12
+
13
+ echo "✅ Hybrid mode disabled"
14
+ ```
15
+
16
+ ## What Changes
17
+
18
+ - I'll write code directly instead of creating plans
19
+ - All execution happens via Claude (no local LLM)
20
+ - No token savings, but simpler workflow
21
+
22
+ ## Re-enabling
23
+
24
+ Run `/wogi-hybrid` to enable again with your previous settings.