implement-agent

Orchestrate specification-driven implementation workflows with conflict detection, Flutter build checks, and plan documentation.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/voidreader/band-of-mercenaries --skill implement-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-agent
Source: https://github.com/voidreader/band-of-mercenaries/tree/main/.agents/skills/implement-agent
Command: npx skills add https://github.com/voidreader/band-of-mercenaries --skill implement-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill manages an end-to-end implementation workflow for turning a written specification into safe, reviewable code changes, validation results, and completion documentation.

Core Features & Use Cases

  • Spec-driven execution: Reads a provided spec, identifies scope, and coordinates the implementation steps in order.
  • Conflict awareness: Checks for overlapping work in remote branches before coding to reduce merge risk.
  • Multi-stage delivery: Orchestrates planning, implementation, build checks, verification, Flutter quality review, and final plan-document generation.
  • Use case: A developer shares a feature spec for a Flutter app and needs the work executed with task isolation, build validation, review feedback, and a generated summary of what changed.

Quick Start

Provide the specification file path and ask the Skill to run the full implementation workflow from conflict detection through validation and plan-document creation.

Frequently Asked Questions about implement-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a Flutter spec into reviewed code changes automatically?

Spec-driven implementation workflows read a specification file, coordinate planning, write code, run Flutter and Dart build checks, and generate a final plan document with validation results. You provide the spec path to start the end-to-end execution.

What is the best way to manage spec-driven implementation with build_runner checks in Dart?

Spec-driven implementation with build_runner checks involves orchestrating task-level planning, coding, and verification loops. It handles build_runner execution automatically during the build validation stage to ensure Dart code generation succeeds before completing the workflow.

How do I check for branch conflicts before starting a Flutter implementation workflow?

Conflict awareness checks scan remote branches for overlapping work before coding begins. This detects potential merge risks early in the spec-driven workflow, reducing integration issues when implementing Flutter features.

Does the implementation workflow create git commits or modify CLAUDE.md?

The implementation workflow does not create git commits or modify CLAUDE.md. It enforces strict scope control and outputs a final plan document with completion artifacts instead of altering repository configuration files.

Can I use this spec workflow for tasks without Flutter and Dart build validation?

This spec workflow is specifically designed for repository tasks requiring Flutter and Dart build checks. While it orchestrates general planning and coding, its verification stage and quality review are tailored to Flutter app development workflows.

What outputs do I get after running a spec-to-code implementation workflow?

After running a spec-to-code implementation workflow, you receive reviewed code changes, validation results from build checks, and a generated summary document. The final plan document details what changed without creating commits.