# Target Brief Baseline Stage

> Single-stage acceptance playbook for the baseline context phase.

- Skill: `understudy-ai/target-brief-baseline-stage` (Agent Skill)
- Install (CLI): `npx skillmds@latest add understudy-ai/target-brief-baseline-stage`
- Raw SKILL.md: https://api.skillmd.com/api/skills/understudy-ai/target-brief-baseline-stage/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: understudy-ai (https://skillmd.com/u/understudy-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/understudy-ai/target-brief-baseline-stage

---


# target-brief-baseline-stage

## Goal

Run the baseline context stage end to end for a selected target.

## Inputs

- targetName

## Child Artifacts

- collect-target-context

## Stage Plan

1. [skill] collect-target-context -> Collect baseline target context | inputs: targetName, artifactsRootDir | outputs: target.json, context.md | retry: retry_once
2. [approval] baseline-preview -> Wait for human approval | outputs: approval.state | approval: baseline_review

## Output Contract

- target.json
- context.md

## Approval Gates

- Human review before continuing beyond the baseline stage

## Failure Policy

- Keep the partial context output if the stage cannot finish in one pass

