supabuilder

Orchestrate six AI agents through a two-phase product development pipeline with file-based handoffs.

1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/oldmangrizzz/REAL_JARVIS --skill supabuilder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabuilder
Source: https://github.com/oldmangrizzz/REAL_JARVIS/tree/main/claude-skills/_journey/supabuilder/.claude/skills/supabuilder
Command: npx skills add https://github.com/oldmangrizzz/REAL_JARVIS --skill supabuilder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates a six-agent sequential pipeline to transform product ideas into implemented features using file-based handoffs and persistent wiki knowledge, enabling knowledge to accumulate across missions instead of relying on chat history.

Core Features & Use Cases

  • Six agents (Strategist, PM, Designer, Architect, TechPM, and QA) operate in a fixed sequence to govern the product development lifecycle from strategy to QA.
  • Agents share outputs via file-based handoffs and maintain persistent wikis (product-wiki and code-wiki) to build on prior missions.
  • The workspace scaffolding and mission templates standardize setup, governance, and provenance across missions.

Quick Start

Run the setup-supabuilder skill to initialize the supabuilder workspace at your project root.

Frequently Asked Questions about supabuilder

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

FAQPage Schema
How do I orchestrate multiple AI agents for product development without losing context?

You can orchestrate multiple AI agents for product development by using a sequential pipeline with file-based handoffs and persistent wiki knowledge, ensuring context accumulates in dedicated folders rather than chat history.

What is the best way to manage AI agent handoffs during the software design lifecycle?

The best way to manage AI agent handoffs during the software design lifecycle is through file-based state management, using handoff.md and NEXT_PHASE.md files to enforce a two-phase Think-Deliver cycle and maintain traceable governance.

Can I use a multi-agent workflow for both new product features and legacy migrations?

Yes, a multi-agent workflow can handle both new product features and legacy migrations, supporting mission types including new-module, new-feature, revamp, pivot, integrate, migrate, scale, enhancement, and quick-fix.

How does a multi-agent pipeline maintain persistent knowledge across different product initiatives?

A multi-agent pipeline maintains persistent knowledge across product initiatives by storing artifacts in dedicated product-wiki and code-wiki folders, allowing agents to build on prior missions without relying on conversation history.

Do I need to run a workspace setup before starting a multi-agent product development pipeline?

Yes, you need to run a workspace setup to initialize the directory scaffolding and mission templates at your project root before the six-agent pipeline can govern setup, provenance, and file-based handoffs.

What specialized AI agent roles are needed to cover the full product development lifecycle?

The full product development lifecycle requires six specialized AI agents: Strategist, PM, Designer, Architect, TechPM, and QA, operating in a fixed sequence from strategy formulation to quality assurance.