Content
50%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is well-structured with concrete code and clear sequencing, but loses points for relying on an unbundled client, missing validation feedback loops around destructive batch operations, and keeping everything in a single monolithic file.
Suggestions
Add explicit validate -> fix -> retry checkpoints before destructive/batch steps (e.g., verify a small test import and inbox rates before pausing the old platform in the cutover).
Provide or bundle the referenced ./src/instantly/client so the code examples are self-contained and copy-paste executable, or document the assumed API surface inline.
Move the detailed per-step code and 4-week timeline into reference files (e.g., STEPS.md, TIMELINE.md) and keep SKILL.md as a concise overview with one-level-deep links.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient (code, tables, checklists with little concept-explanation padding), but repetitive boilerplate such as the account-credential object spelled out twice and a partial OAuth polling stub could be tightened. | 2 / 3 |
Actionability | Concrete TypeScript code and field mappings are provided for each step, but the code depends on an unbundled ./src/instantly/client and the OAuth function is an incomplete stub, so it is not fully copy-paste executable as-is. | 2 / 3 |
Workflow Clarity | The 5-step sequence, 4-week timeline, and cutover checklists are clearly ordered, but batch/destructive operations (bulk lead import, block-list bulk-create, old-platform decommission) lack explicit validate-then-fix-then-retry feedback loops, capping clarity at 2. | 2 / 3 |
Progressive Disclosure | Content is well-sectioned but lives entirely in one ~330-line monolithic file with no references to separate detail files, so material that could be split out (full API usage, timeline) is inline rather than one level deep. | 2 / 3 |
Total | 8 / 12 Passed |