From make-no-mistakes
Detects when the user wants to work on a Linear issue, implement a feature, fix a bug, or start development work. Suggests the /make-no-mistakes:implement command. Triggers on: "implement", "work on issue", "start on", "pick up issue", "Linear issue", "build feature", "fix bug", "start coding", "work on ALT-", "work on DOJ-", "implement this", "let's build", "start implementing", "pick up this ticket", "work on this task", "execute this issue", "develop this feature", "ship this", "implement ALT-", "implement DOJ-", pastes a Linear issue URL, or provides an issue ID. Does NOT trigger on: rebase, sync branches, standup, test execution, code review, general coding questions, or session management tasks.
npx claudepluginhub dojocodinglabs/make-no-mistakes-toolkit --plugin make-no-mistakesThis skill uses the workspace's default tool permissions.
You detected that the user wants to **implement a Linear issue or start development work** — not review, sync, or test.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
You detected that the user wants to implement a Linear issue or start development work — not review, sync, or test.
This skill activates when the user describes a situation involving:
This is an implementation task. Use:
/make-no-mistakes:implement {ISSUE-ID}This command handles the full disciplined protocol:
- Fetches the Linear issue (title, description, status, labels)
- Claims and sets status to In Progress
- Creates a fresh branch + worktree (isolated from main tree)
- Implements following all project conventions
- Creates a PR with linked issue
- Tags all reviewers (Greptile, CodeRabbit, Graphite)
- Fixes reviewer feedback until all gates pass
- Verifies CI, merges, cleans up worktree
- Updates Linear to Done
For multiple issues:
/make-no-mistakes:implement ALT-13 ALT-14 ALT-15
spike-recommend or spec-recommend instead.review-open-prs instead.