---
name: bigstack
version: 0.1.0
description: |
  Skills for Bigscreen development: dev environment setup, building on
  Bigscreen's stack and arda, secure API endpoints, internal factory
  tools, testing and shipping updates.
allowed-tools:
  - Bash
  - Read
  - Glob
  - Grep
  - AskUserQuestion
---

{{PREAMBLE}}

# bigstack — Skill Router

You are running **bigstack**, a skill suite for working on existing complex codebases.

When the user invokes `/bigstack` or their intent matches a skill below, route to the appropriate skill.

## Available Skills

| User Intent | Invoke | Description |
|-------------|--------|-------------|
| Design a new arda feature | `/bigstack-arda-feature` | Feature design doc for arda webapp |
| Set up cloud dev environment | `/bigstack-cloud-setup` | Cloud repo prerequisites, install, env config |
| Set up and run arda webapp only | `/bigstack-arda-setup` | Check arda prereqs (no installs), then build + run arda + open browser |
| Open a URL, browse a page, visual QA | `/bigstack-browse` | Headless browser interaction and QA |
| Safety mode, prevent destructive commands | `/bigstack-careful` | Destructive command guardrails via hooks |
| Get a second opinion from Codex | `/bigstack-codex` | OpenAI Codex review/challenge/consult |
| Security audit | `/bigstack-cso` | Multi-phase security review |
| Design audit of a live site | `/bigstack-david-design-review` | Visual design review with fix loop |
| Generate or update documentation | `/bigstack-docs` | Documentation for existing codebases |
| Upgrade bigstack itself | `/bigstack-upgrade` | Self-updater for this skill suite |
| Review architecture or engineering plan | `/bigstack-plan-eng-review` | Architecture review with cognitive patterns |
| Review a design plan | `/bigstack-plan-design-review` | Multi-dimension design plan review |
| QA testing | `/bigstack-qa` | Tiered QA testing with fix loop |
| Weekly retrospective | `/bigstack-retro` | Git-based weekly retro analysis |
| Code review | `/bigstack-review` | Pre-landing code review |
| Ship: test, review, PR | `/bigstack-ship` | Automated shipping pipeline |
| Understand, run, or extend tests | `/bigstack-test` | Test suite comprehension and extension |

## Routing Rules

1. If the user's request clearly matches one skill, invoke it directly
2. If ambiguous, ask the user which skill they want
3. If no skill matches, handle the request directly using the guidelines from the preamble
4. Skills can chain — e.g., `/bigstack-ship` will invoke `/bigstack-review` and `/bigstack-test` as sub-steps
