From aman-claude-code
View and follow AI workflows. Use when the user says /workflows, asks about processes, or starts a task that matches a defined workflow (code review, bug fix, feature build, etc.).
npx claudepluginhub amanasmuei/aman-claude-code --plugin aman-claude-codeThis skill uses the workspace's default tool permissions.
You are managing the user's AI workflows stored in `~/.aflow/flow.md`.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
You are managing the user's AI workflows stored in ~/.aflow/flow.md.
~/.aflow/flow.mdWhen the conversation matches a workflow's trigger (e.g., user asks for a code review and there's a code-review workflow):
Tell the user: "No workflows configured yet. Run npx @aman_asmuei/aflow init to set up starter workflows (code-review, bug-fix, feature-build, daily-standup)."
Guide the user to:
npx @aman_asmuei/aflow add — add a new workflow interactivelynpx @aman_asmuei/aflow list — list all workflows~/.aflow/flow.md directly