From bugflow
Generate minimal-risk FE implementation plan for a bug. Use when bug workflow is started, verdict is FE/MIXED, and implementation plan is needed. Requires existing state file.
npx claudepluginhub konstantilieris/bugfow_pluginThis skill uses the workspace's default tool permissions.
**Configuration Required**: This skill requires project configuration. If `.claude/bugflow/config/environment.json` does not exist, prompt the user to run `/bugflow:bug-setup` first.
Generates structured markdown implementation plans from high-level feature ideas, bug reports, or improvements, using brainstorm docs, targeted codebase searches, and VGV conventions.
Executes step-by-step bug fix workflow: read issue, diagnose root cause, reproduce (browser for UI bugs), minimal fix, regression test, verify, open PR.
Generates structured build plans from feature requests, bugs, or Beads IDs (bd-123). Use for feature planning, implementation design, work breakdown; invoke via /flow:plan.
Share bugs, ideas, or general feedback.
Configuration Required: This skill requires project configuration. If .claude/bugflow/config/environment.json does not exist, prompt the user to run /bugflow:bug-setup first.
Generate a minimal-risk frontend implementation plan with history-aware revision loop.
/bug-plan <bug_id> - Generate or revise implementation plan for a bug
FE or MIXED (not BE-only)VERDICT, VERIFY_FAIL, PLAN_FE, or VALIDATEOn validation failure: Archive plan, extract anti-patterns, loop (max 3). See REVISION-LOOP.md.
| Agent | Purpose |
|---|---|
| fe-implementer-planner | Generate minimal-risk implementation plan |
| test-spec-generator | Generate structured test specification |
| plan-validator | Validate plan quality (pass: score >= 70) |
VERDICT/VERIFY_FAIL
↓
[Planning Loop]
↓
score >= 70?
/ \
YES NO → [Archive + Extract anti-patterns]
↓ ↓
VALIDATE [Loop again, max 3]
↓ ↓
DONE AWAITING_APPROVAL (escalate)
| Output | Path |
|---|---|
| Dossier | <paths.dossierDir> from project config (default: docs/bugflow)/bug-.md (IMPLEMENTATION STRATEGY section) |
| State | <paths.stateDir> from project config (default: .bugflow)//state.json |
| Plan | <paths.stateDir> from project config (default: .bugflow)//context/plan.json |
| History | <paths.stateDir> from project config (default: .bugflow)//context/plan-history/*.json |