bf-implement

Execute approved plans and generate implementation digests from progress files.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/ricky-yosh/agent-workflows --skill bf-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bf-implement
Source: https://github.com/ricky-yosh/agent-workflows/tree/main/skills/brownfield/bf-implement
Command: npx skills add https://github.com/ricky-yosh/agent-workflows --skill bf-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates translating an approved plan into concrete implementation steps and a formal digest, ensuring traceability of changes and verification.

Core Features & Use Cases

  • Read the current task context from .aw/brownfield-progress/next-task.json, .aw/brownfield-progress/tasks.json, and .aw/brownfield-progress/spec.txt to assemble the task context.
  • Execute the approved plan step by step, then run tests if a test suite exists, and collect results.
  • Write an implementation digest using the /create-digest skill, capturing what was built, what changed, how to verify, and what to look for.
  • Interact with the user to confirm satisfactory results before finalizing progress.

Quick Start

Apply the approved plan for the current task and generate its implementation digest.

Frequently Asked Questions about bf-implement

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

FAQPage Schema
How do I automate implementing an approved plan in a brownfield project?

To automate implementing an approved plan in a brownfield project, you can use a skill that reads task context from next-task.json, tasks.json, and spec.txt, executes the plan steps, runs tests, and generates an implementation digest.

What is an implementation digest and when do I need one?

An implementation digest is a formal record capturing what was built, what changed, how to verify, and what to look for. You need one when applying an approved plan to ensure traceability of changes and verification in brownfield workflows.

How do I execute a planned task and generate a digest from progress files?

You can execute a planned task and generate a digest by reading brownfield progress files, applying the approved plan step by step, running any existing test suites, and then creating a digest using the create-digest skill.

Does brownfield implementation require user confirmation before finalizing progress?

Yes, brownfield implementation requires user confirmation before finalizing progress. The workflow interacts with the user to confirm satisfactory results after executing the plan and writing the implementation digest.

What files do I need to set up before automating brownfield task implementation?

Before automating brownfield task implementation, you need to set up .aw/brownfield-progress/next-task.json, .aw/brownfield-progress/tasks.json, and .aw/brownfield-progress/spec.txt to provide the necessary task context and approved plan.

Can I run tests automatically as part of an implementation workflow?

Yes, you can run tests automatically as part of an implementation workflow. If a test suite exists, the automation executes it after applying the approved plan steps and collects the results for the implementation digest.