Content
62%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is highly actionable with clear, validated workflows, but it is severely verbose and repetitive and fails to use progressive disclosure — everything is crammed into a single monolithic file. Cutting duplication and offloading templates/examples into reference files would dramatically reduce tokens.
Suggestions
Collapse the redundant frontmatter template (currently repeated ~6 times) and the repeated file-location note into a single canonical statement, removing the near-duplicate agent-type examples and agent templates that restate the same content.
Move the complete sample agents, the three agent-type templates, and the 'Common Mistakes' gallery into separate reference files under ./references/ (e.g. TEMPLATES.md, EXAMPLES.md) and link to them one level deep from a concise overview.
Delete concept explanations Claude already knows (e.g. what YAML frontmatter is, generic descriptions of tool categories) and keep only the forge-specific conventions, field rules, and validation steps.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~1100-line body is heavily padded and repetitive: the frontmatter template recurs ~6 times, the `<cwd>/.forge/agents` location note is restated 5+ times, and the three agent-type examples plus the three agent templates duplicate the same material, much of it concepts Claude already knows. | 1 / 3 |
Actionability | Provides complete, copy-paste-ready agent file templates with all required frontmatter fields and full body sections, plus concrete good/bad comparisons (e.g. CamelCase vs hyphenated IDs, too-many-tools vs correct tool lists). | 3 / 3 |
Workflow Clarity | Creating an agent is sequenced (Step 1-3) and backed by a checkbox validation checklist, a 'Testing Your Agent' section, and a 'Verification' list that acts as explicit validation checkpoints with feedback loops. | 3 / 3 |
Progressive Disclosure | Sections are well-organized with clear headers, but no bundle files exist and all content — full templates, complete sample agents, reference material — lives inline in one ~1100-line file rather than being split into referenced files. | 2 / 3 |
Total | 9 / 12 Passed |