.agents/skills/bead-workflow/SKILL.md
Execute the Flywheel bead lifecycle — find, claim, implement, review, close
npx skillsauth add hoangsonww/WealthWise-Finance-Tracker bead-workflowInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Execute the Agentic Coding Flywheel bead lifecycle.
$bead-workflow # Find and work on the next highest-leverage bead
$bead-workflow br-021 # Work on a specific bead
bv --robot-triage or read .beads/issues.jsonl + .beads/deps.jsonl to find unblocked beadsin_progress, announce via Agent Mail thread [br-XXX].agent-sessions/mail/reservations.jsonlgit commit -m "[br-XXX] <description>" then pushbv --robot-next to find the next beadnpx turbo test --filter=@wealthwise/<package> before closingdevelopment
Run the WealthWise test suite with coverage reporting and summarize the results. Triggers when asked to "run tests with coverage", "check test coverage", "show coverage report", or "how many tests pass". Can be scoped to api, web, or types.
testing
Run the full WealthWise pre-PR checklist and report a pass/fail for each gate. Triggers when asked to "run pre-PR checks", "check if this is ready to merge", "validate before opening a PR", or "run the full check". Does NOT trigger implicitly.
development
Scaffold a complete new Next.js dashboard page for the WealthWise web app. Triggers when asked to "add a page", "create a dashboard screen", "build a UI for <feature>", or scaffold any new frontend feature end-to-end. Does not trigger for API-only or backend tasks.
development
Scaffold a new Mongoose model and its CRUD service for the WealthWise API. Triggers when asked to "create a model", "add a Mongoose schema", or add the data layer for a new entity without a full endpoint. Does NOT scaffold routes, controllers, or frontend code. Use $api-endpoint for the full stack.