feature-workflow

Automates end-to-end feature implementation from requirement definition to merging.

27|10|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/lllyys/vreader --skill feature-workflow-lllyys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-workflow
Source: https://github.com/lllyys/vreader/tree/main/.claude/skills/feature-workflow
Command: npx skills add https://github.com/lllyys/vreader --skill feature-workflow-lllyys

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, xcodebuild, codex, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill manages and automates the complete process of implementing a new feature in VReader, from planning to verification, ensuring compliance with best practices and minimizing errors.

Core Features & Use Cases

  • Automated Feature Workflow: Guide developers through each step of the feature implementation, including planning, audits, testing, and integration.
  • Audit Traversal: Facilitates an audit-driven development process with multiple review stages.
  • Use Case: For a new feature in the VReader app, the skill can automate the planning, independent audit, TDD implementation, and final verification stages of development.

Quick Start

Implement a new feature with the feature-workflow skill by specifying the feature identifier in the arguments field, for example: /feature-workflow run #48.

Frequently Asked Questions about feature-workflow

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

FAQPage Schema
How do I automate feature development from planning to merging with TDD?

Automated feature development uses a gate-based workflow to orchestrate end-to-end implementation from requirement definition to final acceptance. It enforces TDD-driven iterations and continuous integration testing to ensure traceability and audit compliance before merging.

How does an audit trail work during continuous integration testing?

An audit trail during continuous integration testing works by managing gate-based reviews across multiple stages of feature implementation. It tracks TDD-driven iterations and compliance checks, ensuring full traceability from requirement definition to the final merge.

Can I use xcodebuild and git for gate-based reviews in a CI/CD pipeline?

Yes, gate-based reviews integrate with git and xcodebuild to enforce CI/CD pipeline compliance. The workflow orchestrates automated feature implementation, running continuous integration tests and audit checks before allowing a codebase merge.

What is the best way to ensure traceability and compliance during feature implementation?

Ensuring traceability and compliance during feature implementation is best achieved through an audit-driven development process with multiple review stages. This approach manages gate-based reviews and TDD iterations, linking every requirement to final acceptance.

Do I need codex to run an automated feature implementation workflow?

Yes, codex is required alongside git and xcodebuild to run the automated feature implementation workflow. These dependencies orchestrate the end-to-end process, enabling gate-based reviews, TDD iterations, and continuous integration testing.