Content
88%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A dense, well-sequenced runbook for a destructive multi-phase AWS operation with strong actionability and validation checkpoints. It is slightly verbose in places and inlines some material that could live in reference files if a bundle were added.
Suggestions
Tighten narrative framing (e.g. the 'It exists so a fresh session…' opener and 'Key points learned in practice' headers) to cut tokens without losing the operational guidance.
Consider extracting the 'Known pitfalls' and 'POLARIS Bedrock requirements' sections into reference files under a references/ bundle, keeping SKILL.md as the overview plus phase pointers.
Add a short 'Prerequisites / inputs at a glance' table for profile/region/mode so the operator can confirm parameters quickly before the destructive teardown phase.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body assumes AWS/Terraform competence and avoids explaining basics, but framing like 'It exists so a fresh session does not repeat the deploy-docs archaeology' and narrative pitfalls prose add a little that could be trimmed. | 4 / 5 |
Actionability | Concrete, executable commands appear throughout — 'aws --profile <profile> sts get-caller-identity', 'python3 scripts/bootstrap/deploy.py bootstrap --env <env>', 'gh workflow run deploy.yml …', 'deploy_portal.sh --migrate-only', and 'cms_create_range(user, "polaris", {}, False)' — covering the common cases copy-paste ready. | 5 / 5 |
Workflow Clarity | A clear Phase 0–8 sequence with explicit validation checkpoints (preflight secret check, health verification, base-range smoke, READY/FAILED polling) and a feedback loop (manual migrate on first-deploy failure); destructive teardown is gated by asking the operator for missing parameters first. | 5 / 5 |
Progressive Disclosure | Sections are well-organized and authoritative repo docs are clearly signaled as 'read these first', but no bundle files exist to offload detail, so content like the known-pitfalls and POLARIS Bedrock requirements stays inline in the body. | 4 / 5 |
Total | 18 / 20 Passed |