feature

Plan, implement, validate, and commit software changes through autonomous sub-agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Autonomous, end-to-end feature delivery that plans, implements, validates, and commits with minimal human intervention.

Core Features & Use Cases

  • Autonomous Planning & Execution: Spawns dedicated agents for planning, implementation, validation, and review to ensure end-to-end coverage.
  • Quality-Gate Driven: Only reports success when all quality gates pass and the commit is written to disk.
  • Use Case: When you need a feature described by a brief, executed through a loop of agents, with automated rollback on failure.

Quick Start

Provide a feature description and let the skill orchestrate planning, implementation, validation, and a final commit to disk.

Frequently Asked Questions about feature

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

FAQPage Schema
How do I automate feature delivery from planning to commit without manual intervention?▼

Autonomous feature delivery uses an AI agent pipeline that plans, implements, validates, and commits code changes to disk automatically. Dedicated sub-agents handle each phase, ensuring end-to-end coverage with strict quality gates before reporting success.

What is an autonomous feature pipeline and how does it manage multi-phase development?▼

An autonomous feature pipeline is a multi-stage process where AI agents spawn to handle planning, implementation, validation, and review. It manages multi-phase work by enforcing strict quality gates and only succeeding when all tests pass and the commit is written to disk.

How do I set up automated quality gates for AI-driven code generation and commits?▼

Automated quality gates for AI-driven code generation validate all tests during the pipeline's review phase. The autonomous pipeline only reports success and writes the final commit to disk when every quality gate passes, providing a failure history for retries if needed.

Can I use autonomous agents to implement and validate software features in existing projects?▼

Yes, you can apply autonomous agents to software projects requiring multi-phase work. The agents orchestrate planning, implementation, validation, and review, producing code changes that pass all tests and committing the final result directly to disk.

What happens when an autonomous feature pipeline fails during validation?▼

When validation fails, the autonomous feature pipeline triggers an automated rollback and logs a concise failure history. This allows the system to retry the implementation and validation phases until all quality gates pass and the commit succeeds.

Does autonomous feature delivery work without human intervention for complex software tasks?▼

Autonomous feature delivery is designed for zero-human intervention. By spawning sub-agents for planning, implementation, validation, and review, it handles complex multi-phase work and commits changes automatically once all quality gates pass.