Claude
Skills
Sign in
Back

phase1-lite

Included with Lifetime
$97 forever

Ultra-compact Phase 1 requirements output. HARD CAP: 500 tokens.

General

What this skill does


> **AI-consumed reference.** Optimized for Claude to read during execution.
> Human-readable explanation: see [docs/architecture/HIERARCHICAL_PLANNING.md](../../../docs/architecture/HIERARCHICAL_PLANNING.md)
> or [docs/getting-started/](../../../docs/getting-started/) depending on topic.


# Phase 1 LITE — Requirements Analysis

**Token Cap:** 500 tokens MAX.

## Pre-Step

Apply `rules/workflow/requirement-challenger.md`: Quick→skip, Standard→1-2 questions, Deep→3-5 questions. Skip with "just do it" / "skip challenge".

## Output Template

```toon
# Phase 1: Requirements
# Task: {one-line description}

scope[3-5]{item,type,priority}:
  {feature},{new|change|fix},{must|should|nice}

acceptance[3-5]{id,criteria}:
  AC1,{testable criterion}

tech_notes[1-3]{area,constraint}:
  {area},{constraint or decision}

risks[0-2]{risk,mitigation}:
  {risk},{mitigation}

# Phase 1 COMPLETE | Next: Phase 2 (Test RED) | Gate: APPROVAL
```

## Rules

- TOON tables only — NO prose paragraphs
- MAX 5 items per table, ONE line per item
- No repetition, no explanations — data only
- Under 500 tokens or it's wrong

Related in General