From bytM
Start a full-stack feature workflow with a fixed 4-agent team and cross-validation
How this command is triggered — by the user, by Claude, or both
Slash command
/bytM:featureThe summary Claude sees in its command listing — used to decide when to auto-load this command
Start the bytM full-stack feature workflow using a fixed 4-agent team with cross-validation.
Read the skill at `${CLAUDE_PLUGIN_ROOT}/skills/feature/SKILL.md` and follow the workflow.
Feature to implement: $ARGUMENTSStart the bytM full-stack feature workflow using a fixed 4-agent team with cross-validation.
Read the skill at ${CLAUDE_PLUGIN_ROOT}/skills/feature/SKILL.md and follow the workflow.
Feature to implement: $ARGUMENTS
npx claudepluginhub byteagenten/byteagenten-marketplace --plugin bytM/startGenerates and executes agent team orchestration from any task prompt. Supports --dry-run, --auto-run, --team-size, --models, approval, and output flags.
/buildBuilds a new feature end-to-end for backend, frontend, or full-stack with auto-detection, through spec, design, workspace, implementation, review, and ships merged PR using git worktrees.
/buildGuides feature implementation via phased workflow with approval gates: understand requirements, design options, load skills, build, verify, test, and track progress in tasks/todo.md.
/implementImplements features with parallel subagents through multi-phase workflow: discovery, architecture, coding, testing, reflection, with effort scaling and resume support.
/devkit.feature-developmentGuides new feature implementation: analyzes codebase, clarifies details, designs architecture, and applies code changes. Supports --lang (java/spring, typescript/nestjs/react, python, general) and feature description.
/sc-workflowGuides feature development via phases: codebase exploration with agents, clarifying questions, architecture design, and step-by-step implementation.