skill-implementer

Executes implementation tasks by delegating to a subagent and managing postflight metadata.

3|1|Updated May 21, 2024
One-click install
npx skills add https://github.com/benbrastmckie/.dotfiles --skill skill-implementer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-implementer
Source: https://github.com/benbrastmckie/.dotfiles/tree/main/.claude/skills/skill-implementer
Command: npx skills add https://github.com/benbrastmckie/.dotfiles --skill skill-implementer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to offload routine implementation work by delegating tasks to a specialized subagent, while ensuring all results are captured and summarized via a postflight workflow.

Core Features & Use Cases

  • Task delegation: Orchestrates task execution by invoking a dedicated subagent to perform plan-driven work.
  • Postflight handling: Automatically collects results, artifacts, and metadata, and commits changes.
  • Use Case: When starting a complex feature, run this Skill to manage task execution, capture summaries, and keep a clean audit trail.

Quick Start

Call the skill with a new implementation task; the system will validate inputs, spawn the subagent via the Task tool, and apply postflight processing.

Frequently Asked Questions about skill-implementer

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

FAQPage Schema
How do I automate implementation tasks by delegating work to a subagent?

Automating implementation tasks by delegating to a subagent involves spawning a dedicated worker via the Task tool to execute plan-driven code changes. The system validates inputs, manages execution, and integrates results into state and plan artifacts.

What is postflight metadata handling for code changes?

Postflight metadata handling is the process of automatically collecting results, artifacts, and summaries after a task completes. It commits changes and maintains a clean audit trail for the implementation work performed.

How do I resume partial implementation tasks that were interrupted?

Resuming partial implementation tasks relies on designated resume points captured during execution. The system stores intermediate state and plan artifacts, allowing the subagent to pick up and complete remaining work from the last valid checkpoint.

Can I use Bash, Edit, Read, and Write tools for artifact creation within a subagent?

Yes, you can use Bash, Edit, Read, and Write tools for artifact creation within a subagent. These allowed tools validate inputs, spawn the worker, execute file modifications, and integrate final outputs.

What is the best way to manage task execution and capture summaries for complex features?

The best way to manage task execution and capture summaries for complex features is running an orchestration skill that delegates work to a subagent. This approach manages plan-driven execution and applies postflight processing to collect metadata automatically.

Do I need a pre-existing plan artifact to delegate general implementation work?

Yes, you need a pre-existing plan or state artifact to delegate general implementation work effectively. The subagent relies on these inputs to drive plan-driven execution and integrate postflight metadata back into your project.