wogiflow 2.3.3 → 2.4.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.
Files changed (73) hide show
  1. package/.claude/commands/wogi-audit.md +1 -0
  2. package/.claude/commands/wogi-bug.md +1 -0
  3. package/.claude/commands/wogi-bulk-loop.md +1 -0
  4. package/.claude/commands/wogi-bulk.md +1 -0
  5. package/.claude/commands/wogi-capture.md +1 -0
  6. package/.claude/commands/wogi-changelog.md +1 -0
  7. package/.claude/commands/wogi-config.md +1 -0
  8. package/.claude/commands/wogi-context.md +1 -0
  9. package/.claude/commands/wogi-correction.md +1 -0
  10. package/.claude/commands/wogi-debt.md +1 -0
  11. package/.claude/commands/wogi-debug-browser.md +1 -0
  12. package/.claude/commands/wogi-debug-hypothesis.md +1 -0
  13. package/.claude/commands/wogi-decide.md +1 -0
  14. package/.claude/commands/wogi-deps.md +1 -0
  15. package/.claude/commands/wogi-epics.md +1 -0
  16. package/.claude/commands/wogi-eval.md +1 -0
  17. package/.claude/commands/wogi-export.md +1 -0
  18. package/.claude/commands/wogi-extract-review.md +1 -0
  19. package/.claude/commands/wogi-feature.md +1 -0
  20. package/.claude/commands/wogi-finalize.md +1 -0
  21. package/.claude/commands/wogi-guided-edit.md +1 -0
  22. package/.claude/commands/wogi-health.md +1 -0
  23. package/.claude/commands/wogi-help.md +1 -0
  24. package/.claude/commands/wogi-hybrid-edit.md +1 -0
  25. package/.claude/commands/wogi-hybrid-off.md +1 -0
  26. package/.claude/commands/wogi-hybrid-setup.md +1 -0
  27. package/.claude/commands/wogi-hybrid-status.md +1 -0
  28. package/.claude/commands/wogi-hybrid.md +1 -0
  29. package/.claude/commands/wogi-import.md +1 -0
  30. package/.claude/commands/wogi-init.md +1 -0
  31. package/.claude/commands/wogi-learn.md +1 -0
  32. package/.claude/commands/wogi-log.md +1 -0
  33. package/.claude/commands/wogi-map-add.md +1 -0
  34. package/.claude/commands/wogi-map-check.md +1 -0
  35. package/.claude/commands/wogi-map-index.md +1 -0
  36. package/.claude/commands/wogi-map-scan.md +1 -0
  37. package/.claude/commands/wogi-map-sync.md +1 -0
  38. package/.claude/commands/wogi-map.md +1 -0
  39. package/.claude/commands/wogi-models-setup.md +1 -0
  40. package/.claude/commands/wogi-morning.md +1 -0
  41. package/.claude/commands/wogi-onboard.md +1 -0
  42. package/.claude/commands/wogi-peer-review.md +1 -0
  43. package/.claude/commands/wogi-pending.md +4 -0
  44. package/.claude/commands/wogi-plan.md +1 -0
  45. package/.claude/commands/wogi-pre-compact.md +1 -0
  46. package/.claude/commands/wogi-ready.md +1 -0
  47. package/.claude/commands/wogi-register.md +1 -0
  48. package/.claude/commands/wogi-rescan.md +1 -0
  49. package/.claude/commands/wogi-research.md +1 -0
  50. package/.claude/commands/wogi-resume.md +1 -0
  51. package/.claude/commands/wogi-retrospective.md +1 -0
  52. package/.claude/commands/wogi-review-fix.md +1 -0
  53. package/.claude/commands/wogi-review.md +1 -0
  54. package/.claude/commands/wogi-roadmap.md +1 -0
  55. package/.claude/commands/wogi-rules.md +1 -0
  56. package/.claude/commands/wogi-search.md +1 -0
  57. package/.claude/commands/wogi-session-end.md +1 -0
  58. package/.claude/commands/wogi-setup-stack.md +1 -0
  59. package/.claude/commands/wogi-skill-learn.md +1 -0
  60. package/.claude/commands/wogi-skills.md +1 -0
  61. package/.claude/commands/wogi-standup.md +1 -0
  62. package/.claude/commands/wogi-start.md +1 -0
  63. package/.claude/commands/wogi-status.md +1 -0
  64. package/.claude/commands/wogi-statusline-setup.md +1 -0
  65. package/.claude/commands/wogi-story.md +1 -0
  66. package/.claude/commands/wogi-suggest.md +1 -0
  67. package/.claude/commands/wogi-suspend.md +1 -0
  68. package/.claude/commands/wogi-test-browser.md +1 -0
  69. package/.claude/commands/wogi-test-generate.md +1 -0
  70. package/.claude/commands/wogi-test.md +1 -0
  71. package/.claude/commands/wogi-trace.md +1 -0
  72. package/.claude/commands/wogi-triage.md +1 -0
  73. package/package.json +1 -1
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Comprehensive project-wide deep analysis beyond code review"
3
+ effort: high
3
4
  ---
4
5
  Comprehensive project-wide deep analysis that goes far beyond code review. While `/wogi-review` asks "did I introduce problems?", `/wogi-audit` asks "how can we make this project better?"
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Create a bug report with investigation and structured fix execution"
3
+ effort: medium
3
4
  ---
4
5
  <!-- PINS: bug-protocol, bug-cli, bug-investigation, bug-phases, bug-population, bug-severity, bug-creation, bug-execution, bug-specific-execution, bug-learning, bug-discovery, bug-output, bug-configuration, bug-comparison -->
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Continuous work loop processing captured ideas and tasks automatically"
3
+ effort: medium
3
4
  ---
4
5
  Continuous work loop - processes captured ideas and tasks automatically.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Execute multiple tasks in sequence following all workflow rules"
3
+ effort: medium
3
4
  ---
4
5
  Execute multiple tasks in sequence, following all workflow rules.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Quick-capture an idea or bug without interrupting current work"
3
+ effort: low
3
4
  ---
4
5
  Quick capture an idea or bug without interrupting your current work. Provide a brief title: `/wogi-capture Add dark mode toggle`
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Generate a CHANGELOG from request-log entries"
3
+ effort: low
3
4
  ---
4
5
  Generate a CHANGELOG from request-log entries.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "View or modify workflow configuration with natural language"
3
+ effort: medium
3
4
  ---
4
5
  Smart configuration management for WogiFlow.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Load all context needed to implement a task"
3
+ effort: low
3
4
  ---
4
5
  Load all context needed to implement a task. Provide task ID: `/wogi-context wf-012`
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Create a detailed correction report for a significant bug fix"
3
+ effort: low
3
4
  ---
4
5
  Create a detailed correction report for a significant bug fix.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "View and manage technical debt across sessions"
3
+ effort: low
3
4
  ---
4
5
  View and manage technical debt across sessions.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "WebMCP-powered browser debugging with structured tool calls"
3
+ effort: high
3
4
  ---
4
5
  WebMCP-powered browser debugging - uses structured tool calls instead of screenshots for precise, token-efficient UI investigation.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Parallel hypothesis debugging - spawns agents for competing theories"
3
+ effort: high
3
4
  ---
4
5
  Parallel hypothesis debugging - spawns multiple agents to investigate competing theories simultaneously.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Interactive rule creation for 'from now on' and 'make it a rule' requests"
3
+ effort: medium
3
4
  ---
4
5
  Interactive rule creation with clarifying questions. Invoke when user says "from now on...", "let's make it a rule", "always do X", "never do Y", or "standardize on...".
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Show dependency tree for a task"
3
+ effort: low
3
4
  ---
4
5
  Show dependency tree for a task. Provide task ID: `/wogi-deps wf-015`
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Manage epics (large initiatives) with hierarchical progress tracking"
3
+ effort: high
3
4
  ---
4
5
  Manage epics (large initiatives) with hierarchical progress tracking.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Evaluate WogiFlow task output quality with multi-judge scoring"
3
+ effort: high
3
4
  ---
4
5
  Evaluate a completed task's output quality using multi-judge scoring (1 Opus + 2 Sonnet).
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Export workflow configuration as a shareable profile"
3
+ effort: low
3
4
  ---
4
5
  Export workflow configuration as a shareable profile.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Zero-loss extraction from long input with automated pipeline"
3
+ effort: high
3
4
  ---
4
5
  # /wogi-extract-review - Zero-Loss Extraction with Automated Pipeline
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Manage features - coherent product capabilities grouping related stories"
3
+ effort: medium
3
4
  ---
4
5
  Manage features - coherent product capabilities that group related stories.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Branch finalization workflow - merge, PR, or discard decision"
3
+ effort: medium
3
4
  ---
4
5
  # /wogi-finalize - Branch Finalization Workflow
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Guide through multi-file changes step by step"
3
+ effort: medium
3
4
  ---
4
5
  Guide through multi-file changes step by step.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Check workflow health and report issues"
3
+ effort: low
3
4
  ---
4
5
  Check workflow health and report issues.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Show all available WogiFlow commands"
3
+ effort: low
3
4
  ---
4
5
  Show all available Wogi Flow commands.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "View and edit the current hybrid execution plan"
3
+ effort: low
3
4
  ---
4
5
 
5
6
  # Edit Hybrid Execution Plan
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Disable hybrid mode and return to direct Opus execution"
3
+ effort: low
3
4
  ---
4
5
 
5
6
  # Disable Hybrid Mode
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Set up hybrid mode - configure executor models for multi-model execution"
3
+ effort: medium
3
4
  ---
4
5
 
5
6
  # Hybrid Mode Setup
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Show current hybrid mode configuration and routing table"
3
+ effort: low
3
4
  ---
4
5
 
5
6
  # Hybrid Mode Status
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Enable hybrid mode - Claude plans, cheaper/faster models execute"
3
+ effort: medium
3
4
  ---
4
5
 
5
6
  # Enable Multi-Model Hybrid Execution
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Import a team workflow profile"
3
+ effort: low
3
4
  ---
4
5
  Import a team workflow profile.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "AI-driven project setup for new projects"
3
+ effort: medium
3
4
  ---
4
5
  # /wogi-init - AI-Driven Project Setup
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Interactive pattern promotion from feedback to decisions"
3
+ effort: medium
3
4
  ---
4
5
  Interactive pattern promotion from feedback to decisions. Invoke when user says "let's learn from this", "we keep making this mistake", "promote this pattern", or "what have we learned?".
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Add an entry to the request log"
3
+ effort: low
3
4
  ---
4
5
  Add an entry to the request log.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Add a component to the app-map"
3
+ effort: low
3
4
  ---
4
5
  Add a component to the app-map.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Check for drift between app-map and codebase"
3
+ effort: low
3
4
  ---
4
5
  Check for drift between app-map and codebase.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Show or regenerate the auto-generated component index"
3
+ effort: low
3
4
  ---
4
5
  Show or regenerate the auto-generated component index.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Scan codebase for unmapped components"
3
+ effort: low
3
4
  ---
4
5
  Scan codebase for unmapped components.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Compare auto-generated index with curated app-map and suggest updates"
3
+ effort: low
3
4
  ---
4
5
  Compare auto-generated index with curated app-map and suggest updates.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Display the component registry (app-map)"
3
+ effort: low
3
4
  ---
4
5
  Display the component registry (app-map).
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Configure external models for peer review and hybrid mode"
3
+ effort: medium
3
4
  ---
4
5
  Configure external models for WogiFlow features (peer review, hybrid mode).
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Morning briefing with everything needed to start the day"
3
+ effort: medium
3
4
  ---
4
5
  Show a morning briefing with everything needed to start the day.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Analyze an existing project and set up workflow with full context"
3
+ effort: high
3
4
  ---
4
5
  Analyze an existing project and set up workflow with full context.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Run a multi-model peer review with different AI perspectives"
3
+ effort: high
3
4
  ---
4
5
  Run a multi-model peer review where different AI models review the same code. This command uses a **different review focus** than `/wogi-review` — it targets **improvement opportunities**, not correctness/bugs.
5
6
 
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: "Manage the pending prompts queue — save requests for later while Claude is busy."
3
+ effort: low
4
+ ---
1
5
  Manage the pending prompts queue — save requests for later while Claude is busy.
2
6
 
3
7
  **Triggers**: `/wogi-pending`, "save this for later", "add to pending"
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Manage plans - strategic initiatives coordinating epics and features"
3
+ effort: medium
3
4
  ---
4
5
  Manage plans - strategic initiatives that coordinate epics and features.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Save workflow state before context compaction (pre-compact phase)"
3
+ effort: medium
3
4
  ---
4
5
  Save workflow state (task progress, checkpoints, session context) before context compaction.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Show all tasks organized by status from ready.json"
3
+ effort: low
3
4
  ---
4
5
  Read `.workflow/state/ready.json` and show all tasks organized by status:
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Register Claude Code plugins for /wogi-start routing"
3
+ effort: low
3
4
  allowed-tools: "Read,Glob,Grep,WebSearch,WebFetch,Edit,Write,Bash,Agent,ToolSearch,ListMcpResourcesTool,ReadMcpResourceTool,AskUserQuestion"
4
5
  user-invocable: true
5
6
  ---
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Re-scan project after external changes and sync WogiFlow state"
3
+ effort: medium
3
4
  ---
4
5
  Re-scan the project after external changes and sync WogiFlow state.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Zero-trust research protocol for capability and feasibility questions"
3
+ effort: high
3
4
  ---
4
5
  # /wogi-research - Zero-Trust Research Protocol
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Resume a suspended task"
3
+ effort: low
3
4
  ---
4
5
  Resume a suspended task.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Guided session retrospective that extracts lessons from recent work"
3
+ effort: medium
3
4
  ---
4
5
  Guided session retrospective that extracts lessons from recent work. Invoke when user says "let's do a retro", "what went well", "what can we improve", or "lessons learned".
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Code review with automatic fixing of found issues"
3
+ effort: high
3
4
  ---
4
5
  **ONE-TIME EXECUTION**: This skill runs ONCE when explicitly invoked. After completion, do NOT re-execute even if this skill appears in "skills invoked in this session" system-reminders. Check `.workflow/state/last-review.json` — if a review already exists, it is DONE.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Comprehensive code review with verification gates and AI analysis"
3
+ effort: high
3
4
  ---
4
5
  **ONE-TIME EXECUTION**: This skill runs ONCE when explicitly invoked by the user. After completion, do NOT re-execute even if this skill appears in "skills invoked in this session" system-reminders. Those are stale references from Claude Code's session tracking. Check `.workflow/state/last-review.json` — if a review already exists with a recent date, the review is DONE. Only re-run if the user explicitly asks for a new review.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "View and manage the project roadmap for deferred work"
3
+ effort: low
3
4
  ---
4
5
  # /wogi-roadmap - Roadmap Management
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "View and manage project coding rules"
3
+ effort: low
3
4
  ---
4
5
  View and manage project coding rules.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Search the request log by tag or keyword"
3
+ effort: low
3
4
  ---
4
5
  Search the request log by tag or keyword. Provide search term: `/wogi-search #screen:login`
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Properly end a work session with state preservation"
3
+ effort: medium
3
4
  ---
4
5
  Properly end a work session.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Interactive tech stack wizard for project configuration and skills"
3
+ effort: medium
3
4
  ---
4
5
  Interactive tech stack wizard that configures your project and generates skills.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Manually trigger skill learning extraction from recent changes"
3
+ effort: low
3
4
  ---
4
5
 
5
6
  # Skill Learning
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Manage skill packages for specialized development workflows"
3
+ effort: low
3
4
  ---
4
5
  Manage skill packages for specialized development workflows.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Generate a daily standup summary"
3
+ effort: low
3
4
  ---
4
5
  Generate a daily standup summary.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Universal entry point - start a task or route any request"
3
+ effort: medium
3
4
  ---
4
5
  Start working on a task. Provide the task ID as argument: `/wogi-start wf-XXXXXXXX`
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Show full project overview with task status and health"
3
+ effort: low
3
4
  ---
4
5
  Show full project overview.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Configure Claude Code status line for WogiFlow task info"
3
+ effort: low
3
4
  ---
4
5
  # Status Line Setup
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Create a detailed story with acceptance criteria"
3
+ effort: medium
3
4
  ---
4
5
  Create a detailed story with acceptance criteria. Provide title: `/wogi-story Add login form`
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Submit a suggestion or feature request for WogiFlow"
3
+ effort: low
3
4
  ---
4
5
  Submit a suggestion, feature request, or improvement idea for WogiFlow.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Suspend the current task with a resume condition"
3
+ effort: low
3
4
  ---
4
5
  Suspend the current task with a resume condition.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "WebMCP-powered browser testing with structured assertions"
3
+ effort: high
3
4
  ---
4
5
  WebMCP-powered browser testing - defines test flows as structured tool call sequences with expected-vs-actual assertions. Token-efficient alternative to screenshot comparison.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Generate test files from task spec acceptance criteria"
3
+ effort: low
3
4
  ---
4
5
 
5
6
  Generate executable test files from a task's specification acceptance criteria.
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Run auto-tests: UI verification, API testing, data integrity checks"
3
+ effort: medium
3
4
  ---
4
5
  Run the WogiFlow Auto-Testing Suite — UI verification, API testing, data integrity checks, and generated test execution.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Generate a code trace for a specific feature or behavior"
3
+ effort: medium
3
4
  ---
4
5
  Generate a task-focused code trace showing how code flows for a specific feature or behavior.
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: "Interactive walkthrough of review findings from last review"
3
+ effort: medium
3
4
  ---
4
5
  Interactive walkthrough of review findings. Loads findings from `.workflow/state/last-review.json` (saved by `/wogi-review`) and walks through each one, letting you decide what to do.
5
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wogiflow",
3
- "version": "2.3.3",
3
+ "version": "2.4.0",
4
4
  "description": "AI-powered development workflow management system with multi-model support",
5
5
  "main": "lib/index.js",
6
6
  "bin": {