29 lines
930 B
Markdown
29 lines
930 B
Markdown
---
|
|
description: Check whether FESA is ready to start Phase 1 implementation planning or coding.
|
|
---
|
|
|
|
# /readiness
|
|
|
|
## Preflight
|
|
|
|
- Read `/AGENTS.md`, `/PROGRESS.md`, `/PLAN.md`, and `/docs/README.md`.
|
|
- Read the readiness-related docs listed by `/docs/README.md`.
|
|
- Use `$fesa-readiness` when available.
|
|
|
|
## Task
|
|
|
|
- Evaluate each Phase 1 readiness item in `/PLAN.md` and the Implementation Readiness Checklist in `/docs/README.md`.
|
|
- Classify each item as ready, blocked, deferred with explicit acceptance, or unknown.
|
|
- Do not start implementation from this command.
|
|
|
|
## Verification
|
|
|
|
- If files are unchanged, no repository validation is required.
|
|
- If readiness notes are written to `PLAN.md` or `PROGRESS.md`, run `python scripts/validate_workspace.py`.
|
|
|
|
## Result
|
|
|
|
- **Action**: checked implementation readiness
|
|
- **Status**: ready | blocked | partial
|
|
- **Details**: readiness table, blockers, and recommended next decision
|