arn-brainstorming

Orchestrate the Arness greenfield pipeline through decision gates and sub-skills.

31|3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/AppsVortex/arness --skill arn-brainstorming
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arn-brainstorming
Source: https://github.com/AppsVortex/arness/tree/main/plugins/arn-spark/skills/arn-brainstorming
Command: npx skills add https://github.com/AppsVortex/arness --skill arn-brainstorming

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill coordinates and curates the entire Arness greenfield pipeline, enabling a single guided session that sequences discovery, architecture vision, use-case generation, scaffolding, prototyping, and backlog creation with resumable progress and robust error handling.

Core Features & Use Cases

  • Unified orchestration: coordinates multiple sub-skills to run the greenfield pipeline end-to-end without duplicating logic.
  • Gate-driven workflow: implements decision gates for planning, naming, scoping, risk evaluation, and feature extraction.
  • Resumable progress: detects artifacts and resumes from the exact stage, preserving completed artifacts and state for later continuation.

Quick Start

Run /arn-brainstorming to start the end-to-end greenfield orchestration.

Frequently Asked Questions about arn-brainstorming

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

FAQPage Schema
How do I orchestrate a greenfield pipeline from discovery to backlog creation?

To orchestrate a greenfield pipeline from discovery to backlog creation, you can run a guided session that sequences architecture vision, use-case generation, scaffolding, and prototyping. This coordinates sub-skills end-to-end without duplicating logic to deliver a complete backlog.

What is the best way to manage feature extraction and decision gates during greenfield prototyping?

Managing feature extraction and decision gates during greenfield prototyping requires a gate-driven workflow that evaluates planning, naming, scoping, and risk. This approach implements structured decision points to route through pipeline stages and invoke sub-skills only as needed.

Can I resume a greenfield brainstorming pipeline if the session is interrupted?

Yes, you can resume a greenfield brainstorming pipeline if the session is interrupted. The orchestration detects existing artifacts and resumes from the exact stage, preserving completed state and enabling robust error handling for safe transitions and later continuation.

How do I generate deployment guidance and prototypes for a new software project?

To generate deployment guidance and prototypes for a new software project, you coordinate artifact generation across discovery and architecture phases. This unified orchestration routes through optional branches like add-feature mode to deliver prototypes alongside deployment directives.

Does the greenfield pipeline orchestration support adding new features mid-session?

Yes, the greenfield pipeline orchestration supports adding new features mid-session through optional branches like add-feature mode. This allows you to expand the scope dynamically while maintaining resumable progress and safe transitions between workflow gates.

Why use a unified orchestration skill instead of manually running separate discovery and scaffolding tools?

Using unified orchestration instead of manually running separate discovery and scaffolding tools ensures robust error handling and prevents logic duplication. It coordinates artifact generation and decision gates across all sub-skills to deliver a complete backlog and prototypes efficiently.