consultlisted
Install: claude install-skill BrandedTamarasu-glitch/ForgeFlow
Delegate to the `forgeflow-consult` workflow.
Use this skill when the user wants Forgeflow consultation before implementation.
Resolve helpers before running them: set `FORGEFLOW_HELPER_DIR` to `scripts/forgeflow` when that directory exists, otherwise to `${CODEX_HOME:-$HOME/.codex}/forgeflow/scripts/forgeflow`. If neither exists, report a missing Codex runtime installation.
Before other work, run:
```bash
"$FORGEFLOW_HELPER_DIR/ensure-forgeflow-state.sh"
```
Workflow:
1. Build compact local memory context with `scripts/forgeflow/build-memory-context.js` when available, build first-pass file ownership packets with `scripts/forgeflow/build-scope-manifest.js` when available, and run `scripts/forgeflow/check-context-budget.js --root .forgeflow --warn-only --json` when available.
2. Spawn `smith_consultant`, `warden_consultant`, `lumen_consultant`, and `atlas_consultant` in parallel.
3. Synthesize with `arbiter_consultant`.
4. Save the resulting brief to `.forgeflow/<project-name>/current-brief.md` when appropriate.
If both this alias and `forgeflow-consult` are available, treat them as equivalent.