fabric-implement

Implement a single sprint task with automated testing, linting, and formatting gates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/adaw/skills --skill fabric-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fabric-implement
Source: https://github.com/adaw/skills/tree/main/fabric-implement
Command: npx skills add https://github.com/adaw/skills --skill fabric-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the precise implementation of a single development task, ensuring code quality and adherence to project standards through a strict VERIFY-FIRST workflow.

Core Features & Use Cases

  • Single Task Focus: Implements exactly one backlog item (WIP=1) from the sprint task queue.
  • VERIFY-FIRST Workflow: Prioritizes understanding and verification before coding, reducing errors and rework.
  • Automated Quality Gates: Enforces tests, linting, and formatting checks with automated fixes and regression detection.
  • Use Case: A developer receives a task to add a new API endpoint. This Skill guides them through analyzing the requirements, writing the code and tests, passing all quality checks, and committing the changes with a proper message.

Quick Start

Use the fabric-implement skill to implement the next task from the sprint queue.

Frequently Asked Questions about fabric-implement

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

FAQPage Schema
How do I implement a single development task with automated quality gates?

A VERIFY-FIRST workflow enforces testing, linting, and formatting checks to implement a single development task, running automated quality gates before committing code changes.

What is a VERIFY-FIRST workflow in coding?

A VERIFY-FIRST workflow in coding prioritizes understanding and verifying requirements before writing code, enforcing automated tests and linting to reduce errors and rework.

How do I automate git branching and backlog updates for a sprint task?

Automate git branching and backlog updates for a sprint task by using workflow automation that processes a single queue item (WIP=1) and generates a detailed implementation report upon completion.

Can I use workflow automation to detect regressions while implementing a backlog item?

Yes, workflow automation can detect regressions while implementing a backlog item by running automated quality gates that enforce testing, linting, and formatting checks with regression detection.

Does this single task implementation approach support project governance and linting?

Yes, single task implementation supports project governance and linting by adhering to project standards through automated quality gates that apply fixes and detect regressions during coding.

What are the limitations of enforcing a WIP=1 single task focus during implementation?

The limitation of enforcing a WIP=1 single task focus is that it implements exactly one backlog item at a time, preventing parallel task processing during sprint implementation.