spec-phase-orchestration — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited spec-phase-orchestration (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
meetings/ directory<project>-spec/
├── README.md # Project entry point
├── docs/
│ ├── foundations.md # Engineering substrate (language version, modules, CI, L10n, secrets)
│ ├── design.md # Product spec §What + technical design §How (unified)
│ ├── plan.md # TDD-ordered checklist
│ └── methodology.md # Claude agent application practices (living doc)
└── meetings/
└── {YYYY-MM-DD}_{topic}.mdDon't split further:
adr/ directory; major decisions land directly in design.md or foundations.md (open one only if real need arises)foundations.md §1..§N (one section at a time) →
design.md §What (product spec) →
design.md §How (technical design) →
plan.md (TDD-ordered) →
implementation phase beginsRule: don't write §How before design.md §What passes; don't write implementation code before plan.md passes.
subagent-review-cycles).Any proposal depending on external tools / APIs / third-party packages must include a prerequisite checklist:
**Prerequisites**:
- [ ] Behaviour of Apple `XYZAPI.foo()` is consistent across iOS 26 and 25 — **Unconfirmed** (verified in plan.md step N)
- [x] ~~Xcode Cloud hook naming~~ — **Resolved** (Code Review round N, date): adopt `ci_post_clone.sh`meetings/ as a spike; its output doesn't land on main.Every living doc carries a §Backlog. Stray ideas are routed by topic: "product → design", "tooling → foundations", "implementation step → plan", "collaboration → methodology", "unclassifiable → meeting log" (see backlog-routing-by-topic).
plan/<feature>.md, but keep a master plan listing the dependencies.backlog-routing-by-topic: rules for placing stray ideas.subagent-review-cycles: round structure inside spec sections.leader-developer-handoff-contract: dispatch contract when handing sections to a sub-agent.session-to-meeting-log: persisting each spec session.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.