feature

Orchestrate a TDD workflow from feature concept to ready-for-review artifacts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill helps teams deliver features efficiently by coordinating design, testing, implementation, migrations, and reviews through a guided TDD workflow, reducing cycle time and risk.

Core Features & Use Cases

  • Standalone mode supports user-described feature requests and automatically adapts workflow based on complexity to guide development, testing, and integration.
  • Pipeline mode enables orchestrated story-driven development with stubs, tests, implementations, and migrations aligned to a manifest.
  • Flexible configuration and artifact-driven process ensure traceability and incremental delivery.

Quick Start

Describe the feature you want built and let this skill automatically start the appropriate TDD workflow with stubs, tests, and implementation guidance.

Frequently Asked Questions about feature

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

FAQPage Schema
How do I implement a feature using a TDD workflow from start to finish?

To implement a feature with a TDD workflow, you describe the desired functionality and the system orchestrates the process from concept to ready-for-review. It automatically generates stubs, tests, implementations, and migrations to guide incremental delivery.

What is manifest-driven TDD and how does it help coordinate feature delivery?

Manifest-driven TDD uses a configuration file to align story-driven development with stubs, tests, and migrations. This artifact-driven process ensures traceability and coordinates incremental delivery to reduce cycle time and risk.

Can I use this TDD workflow for both standalone feature requests and pipeline story-driven development?

Yes, this TDD workflow supports standalone mode for user-described feature requests and pipeline mode for story-driven work. It automatically adapts the workflow based on complexity assessment to guide development, testing, and integration.

What is the best way to reduce cycle time when delivering features with tests and migrations?

The best way to reduce cycle time is to use an orchestrated TDD workflow that coordinates design, testing, implementation, and migrations. This guided process automatically generates artifacts and enforces complexity assessment to minimize delivery risk.

Does this guided feature implementation workflow generate review outputs?

Yes, the guided feature implementation workflow generates review outputs as part of its end-to-end orchestration. It progresses from initial concept through stubs, tests, and implementation to produce artifacts ready for code review.