auto

Automate the software development lifecycle from brainstorming to code merge.

56|12|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Neuron-Mr-White/UniPi --skill auto-neuron-mr-white
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto
Source: https://github.com/Neuron-Mr-White/UniPi/tree/main/packages/workflow/skills/auto
Command: npx skills add https://github.com/Neuron-Mr-White/UniPi --skill auto-neuron-mr-white

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @unipi/ask-user, @unipi/subagents, @unipi/mcp, @unipi/web-api, @unipi/ralph, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire development pipeline from brainstorming to code merge, reducing manual steps and improving efficiency.

Core Features & Use Cases

  • Full Pipeline Automation: Automates brainstorming, planning, working, reviewing, and merging code.
  • Flexible Entry Points: Start from brainstorming, use an existing plan, or execute a spec directly.
  • Parallel Execution: Supports parallel task execution and worktree isolation for safety.
  • Integration: Enhances with other packages like @unipi/ask-user, @unipi/subagents, and @unipi/mcp.

Quick Start

Run the complete development pipeline from idea to merged code with /unipi:auto <string(greedy)>.

Frequently Asked Questions about auto

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

FAQPage Schema
How do I automate the full software development pipeline from idea to code merge?

Automating the software development pipeline from idea to code merge requires orchestrating brainstorming, planning, execution, review, and merging into a single automated workflow. This Skill manages the full lifecycle automatically, reducing manual intervention.

What is worktree isolation in parallel development and when do I need it?

Worktree isolation in parallel development separates concurrent task executions into distinct working directories to prevent file conflicts. You need it when running multiple development pipeline tasks simultaneously to ensure safe, independent code changes.

Can I start code automation from an existing plan instead of brainstorming?

Yes, you can start code automation from an existing plan or execute a spec directly. The pipeline supports flexible entry points, allowing you to skip brainstorming and begin execution from your pre-defined planning documents.

Does parallel task execution work with standard development tools and packages?

Parallel task execution works with standard development tools by integrating with packages like @unipi/ask-user, @unipi/subagents, and @unipi/mcp. This integration enhances the development pipeline with extended automation and user interaction capabilities.