Plugin Claude Code
Plugin marketplace listing 1 plugin: dev-workflow.
Plugin Claude Code
Plugin marketplace listing 1 plugin: dev-workflow.
Plugin Claude Code
A plugin to facilitate a task based development workflow comprised of steps to investigate, design, spec out and implement code changes.
Agent
Implements a scoped set of code changes for a task, then builds and unit-tests them iteratively under an orchestrator.
Agent
Explores codebases and gathers technical information to support planning under an orchestrator.
Agent
Reviews code changes on the current task branch and returns severity-ranked findings under an orchestrator.
Command
Address review feedback from user-review.txt, review-findings.md, and the task PR, with selectable per-source processing modes.
Command
Collaborate on a high-level design for the current dev task and save it as design-spec.md.
Command
Implement all code changes for the current dev task, build, test, format, and stage.
Command
Detect material changes since last iteration, record them in iterations.md, and update task artifacts.
Command
Create a new dev task from a Linear issue.
Command
Squash task branch commits, push, and create a draft GitHub PR.
Command
Implement all code changes for the current dev task in parallel via mrp-builder sub-agents, then build, test, format, and stage.
Command
Create a verification plan with testing methodology and test cases for the current dev task.
Command
Identify refactoring/simplification opportunities in the current task's changes, get user approval, and apply them via mrp-builder sub-agents.
Command
Investigate the codebase for the current dev task and write a research report.
Command
Spawn mrp-reviewer sub-agents to review task branch changes, dedupe, and record findings as a new round.
Command
Collaborate on a detailed implementation spec for the current dev task and save it as implementation-spec.md.
Command
Execute the verification plan for the current dev task and report results.
Skill Claude CodeCodex
Generate well-structured git commit messages for the development task workflow. Use when asked to 'commit changes', 'commit to git', 'create a commit', 'make a commit', or any request involving committing code changes.
Skill Claude CodeCodex
Manages development task artifact files and the git branch for the currently active development task. Use when asked to 'determine the current development task', 'write to task directory', 'list task files', 'determine changes done for the current development task' or any request involving reading/writing files to the…
Skill Claude CodeCodex
Bootstraps a new development task — task directory and objectives-focused task.md, the task git branch, and active-task setup (environment variable and tmux window title). Use when asked to 'create a new dev task', 'start a new dev task', 'new dev task', or any equivalent request to begin a fresh development task.