Content
65%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is concise and clearly sequenced across its six phases, but it stops short of being fully executable: it references a templates/ bundle that is not present and includes no validation step before declaring files generated. Supplying the template scaffolds and a verification checkpoint would move actionability and workflow clarity up.
Suggestions
Provide the actual templates/ directory with SOUL.md.template, USER.md.template, ACCESS_POLICY.md.template, and HEARTBEAT.md.template so the default-mode install and generation steps are concrete rather than referenced-but-missing.
Add an explicit validation checkpoint after generation — e.g. verify each of the four files exists and is non-empty before reporting 'Soul audit complete'.
Show a minimal concrete example of one generated section (e.g. a populated SOUL.md identity block) so the generation step is unambiguous instead of described.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and well-organized — each phase gives only the exact interview prompt and the file it produces, without explaining concepts Claude already knows; every section earns its place. | 3 / 3 |
Actionability | It supplies concrete interview prompts and named outputs per phase, but references template files (e.g. templates/SOUL.md.template) whose content is never shown and provides no executable code or commands, leaving the generation step abstract. | 2 / 3 |
Workflow Clarity | The six phases are clearly sequenced with explicit independence and re-run semantics, but this mutating skill writes four files with no validation/verification checkpoint that outputs were generated correctly or that referenced templates exist, which caps workflow clarity at 2. | 2 / 3 |
Progressive Disclosure | References to templates/ are one level deep but the bundle directories (templates/, references/, scripts/, assets/) are absent, so the skill leans on files that do not exist; scored against the actual (empty) bundle structure it has structure intent but no realized references. | 2 / 3 |
Total | 9 / 12 Passed |