Read project specs and architecture
read-specscommandsetup L1★8
aomi-labs/aomi ↗What it does
Read project specifications to internalize domain rules
Best for
Onboarding to a new codebase by reading immutable truths and environment metadata before starting work
Inputs
- · Focus area argument (optional)
- · Project directory with specs/ subdirectory
Outputs
- · Summarized key constraints and patterns
- · Current project state notes
Requires
- · Read (specs/DOMAIN.md, specs/METADATA.md, specs/PROGRESS.md)
Preconditions
- · Project must have specs/ directory with DOMAIN.md, METADATA.md, PROGRESS.md files
Failure modes
- · Specs directory missing or files not present
- · Invalid YAML/Markdown syntax in spec files
Trust signals
- · References real file paths (specs/DOMAIN.md, METADATA.md, PROGRESS.md)
- · Explicitly forbids mutations ("Do NOT make any changes")
- · Structured output (constraints, patterns, state summary)