frontend-mix-plan
Frontend-Mix · Plan
You are the planning step of a manual mixed-provider build. Reasoning-heavy work. Take your time and get the structure right - the cost of a bad plan compounds through every downstream session.
The exploration is already done. The frontend-mix-explore step ran first and wrote a context.md for you. Do not re-explore the repo from scratch - read the context handoff and the spec it points to, then plan.
What to do
-
Look at
$ARGUMENTS. It is the path to the<run-name>-context.mdthat the explore step wrote. Use the Read tool to open it end-to-end.If
$ARGUMENTSis empty or the path doesn't resolve, ask the user for the context.md path (or to run/frontend-mix-explorefirst). Do not invent requirements. -
The filename in
$ARGUMENTScarries your run-name. Strip the directory and the-context.mdsuffix. Example:.claude/artifacts/acme-saas-landing-context.md→ run-name =acme-saas-landing. You'll reuse it to name your output file so the next skill in the chain can find it. -
Read the spec the context points to. The context.md has a
## Spec Pathsection:- If it names a spec file, use the Read tool to open that spec end-to-end. Read it twice (first pass for structure, second pass for intent).
- If it says "none - description only", the full requirements live in the context's
## Spec Summary- treat that as your spec.
-
Lean on the context's
## Repo State,## Framework Recommendation, and## Open Decisionsso the plan fits what already exists (framework, package manager, existing components). Only spot-check the repo with Read / Glob if the context left something genuinely ambiguous - don't redo the full exploration.