基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/hoangsonww/WealthWise-Finance-Tracker --skill bead-workflow命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | bead-workflow |
| trigger | $bead-workflow [bead-id] |
| description | Execute the Flywheel bead lifecycle — find, claim, implement, review, close |
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 closingManage the WealthWise Docker/Podman Compose development environment. Triggers when asked to "start Docker", "start Podman", "bring up the containers", "stop Docker", "show Docker logs", or "restart the dev environment". Does NOT trigger implicitly.
Check the health of the running WealthWise API, web app, and MongoDB services. Triggers when asked to "check if the app is running", "verify the API is up", "is the server healthy", or "show service status".
Scaffold a complete new API endpoint for the WealthWise Express API. Triggers when asked to "add an endpoint", "create a route", "build an API for <entity>", or scaffold any new REST resource end-to-end. Does not trigger for frontend-only tasks.