From devcoffee
Use when implementing any mid-to-large feature, adding functionality, or building components. Triggers on "implement [feature]", "add [functionality]", "build [component]", or explicit "buzzminson" mention. Do NOT use for trivial tasks, package updates, documentation-only changes, or git operations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/devcoffee:buzzminsonThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Invokes the buzzminson agent to handle structured feature implementation with planning, feedback loops, and quality assurance.
Invokes the buzzminson agent to handle structured feature implementation with planning, feedback loops, and quality assurance.
Use /devcoffee:buzzminson when:
Don't use for:
Syntax:
/devcoffee:buzzminson [task description]
/devcoffee:buzzminson [path to markdown file with tasks]
/devcoffee:buzzminson # Interactive mode - will prompt for task
Arguments received: $ARGUMENTS
Behavior:
/devcoffee:buzzminson Add user authentication with JWT tokens and refresh logic
What happens:
docs/buzzminson/2026-02-04-user-auth.md/devcoffee:buzzminson Implement features from docs/specs/dashboard-requirements.md
Useful when: You have detailed requirements already documented. Buzzminson reads the file and asks clarifying questions about implementation approach.
/devcoffee:buzzminson
Buzzminson prompts: "What feature should I implement?"
┌─────────────────┐
│ Clarification │ → Ask questions or skip with best judgment
└────────┬────────┘
↓
┌─────────────────┐
│ Implementation │ → Build feature, track progress, document decisions
└────────┬────────┘
↓
┌─────────────────┐
│ Review/Feedback │ → Gather feedback, iterate if needed
└────────┬────────┘
↓
┌─────────────────┐
│ Maximus QA │ → Autonomous review-fix-simplify cycle
└────────┬────────┘
↓
┌─────────────────┐
│ Complete │ → Ready to commit
└─────────────────┘
See buzzminson agent documentation for detailed workflow and phase descriptions.
Every buzzminson session creates comprehensive documentation:
Primary artifact:
docs/buzzminson/YYYY-MM-DD-feature-name.md - Complete implementation logDocument includes:
When buzzminson has questions, you'll see:
"Moon Buzzminson has some questions before getting started"
Two options:
Question Format: Questions are prioritized with tags:
Buzzminson seamlessly hands off to maximus for quality assurance:
Issue: "maximus agent not found" Solution: Install required dependencies:
/plugin install feature-dev@claude-plugins-official
/plugin install code-simplifier@claude-plugins-official
Issue: Tracking document not created
Solution: Buzzminson creates docs/buzzminson/ automatically. If permission denied, check directory write permissions.
Issue: Want to skip maximus quality assurance Solution: When buzzminson asks about running maximus, respond with "skip maximus" or "no thanks"
Issue: Need to pause mid-implementation Solution: Tracking document preserves all context. Simply resume later - buzzminson can read the log and continue.
The command spawns the buzzminson agent via Task tool:
Task: devcoffee:buzzminson
Prompt: Implement the following: $ARGUMENTS
The agent handles the complete workflow autonomously with appropriate user checkpoints.
npx claudepluginhub itsdevcoffee/devcoffee-agent-skills --plugin devcoffeeImplements features using parallel subagents with scope control, reflection, and MCP servers for memory/context. Activates on implement/build/create requests in JS/TS projects.
Orchestrates SAM workflow for new features: discovery, codebase analysis, architecture spec, task decomposition, validation, context manifest. Creates MD/YAML artifacts for GitHub issues. Use for add/plan feature requests.
Coordinates a 4-phase feature development workflow: research, implementation, progress tracking, and status checks. Useful for structured feature delivery.