feature-auto

Coordinate end-to-end feature workflows from plan to PRs across multiple repositories.

1|Updated May 6, 2023
One-click install
npx skills add https://github.com/TobiasLaross/dotfiles --skill feature-auto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-auto
Source: https://github.com/TobiasLaross/dotfiles/tree/main/agentic/skills/feature-auto
Command: npx skills add https://github.com/TobiasLaross/dotfiles --skill feature-auto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end autonomous feature flow orchestration that coordinates planning, discovery, implementation, validation, and PR creation across repositories, enabling hands-off delivery.

Core Features & Use Cases

  • Orchestrates the full feature lifecycle from initial plan to PRs across multiple repos.
  • Uses /feature-plan for interactive shaping, then delegates implementation to subagents.
  • Performs automated code review, fixes, linting, tests, and coverage updates, and creates PRs per repo.
  • Maintains design and story logs to track decisions and progress across teams.

Quick Start

Invoke /feature-auto with your feature description to start the end-to-end plan-to-PR automation across repositories.

Frequently Asked Questions about feature-auto

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

FAQPage Schema
What is end-to-end feature automation across multiple repositories?

End-to-end feature automation orchestrates the full software lifecycle from initial plan to PR creation across multiple repos. It coordinates discovery, design, implementation, testing, and cross-repo integration while managing worktrees, automated code reviews, and merges.

How do I automate code review and PR creation for a multi-repo feature?

You can automate code review and PR creation by invoking a feature automation command with your feature description. The workflow delegates implementation to subagents, performs automated linting, fixes, tests, and generates structured worktrees to create PRs per repository.

Can I use automated worktrees to manage cross-repo feature integration?

Yes, automated worktree management is used to isolate and coordinate cross-repo feature integration. The automation generates structured worktrees for each repository, enabling parallel implementation, testing, and validation before merging.

What's the best way to track feature progress and design decisions across teams?

The best way to track progress and decisions is using structured story and design logs. The automation continuously reads and updates story.md and design.md files to maintain a synchronized record of implementation steps and architectural choices across teams.

Does feature automation work for multi-repo workflows requiring discovery and design?

Yes, feature automation is explicitly designed for multi-repo workflows requiring discovery and design. It uses interactive feature planning to shape initial requirements before delegating implementation, validation, and PR creation to subagents.

Why use feature automation for hands-off PR delivery instead of manual toil?

Feature automation reduces manual toil by orchestrating the entire plan-to-PR workflow autonomously. It handles code reviews, applies fixes, updates test coverage, and creates pull requests across repositories without requiring continuous manual intervention.