Content
81%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 well-structured, clearly sequenced multi-phase workflow with strong validation gates and progressive-disclosure signaling. Its main weakness is that the detailed reference files it points to are missing from the bundle, leaving some actionability and disclosure promises unfulfilled.
Suggestions
Ship the referenced `references/*.md` files (issue-fields, platform-prompt, version-prompt, branch-naming, explore-prompts, root-cause-template, review-checklist, completion-comment) so the deferred prompts, templates, and branch-naming table are actually available.
De-duplicate the approval-gate and 'prefer the source of truth' directives — state each once in Critical Directives and reference it from Phase 4/5 instead of repeating the full text.
Add a couple of natural trigger variants (e.g. "report a bug", "regression", "defect") to broaden trigger-term coverage.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is a lean workflow outline that assumes Claude's competence about git, YouTrack, and MPS, but the approval-gate and 'prefer fixing the source of truth' directives are repeated 2–3 times across Critical Directives, Phase 4, and Phase 5. | 4 / 5 |
Actionability | Provides real executable commands (`git branch -r --list 'origin/20*'`, `git checkout`, named `mcp_idea_*` / `get_issue` / `update_issue` tools), but key prompts, templates, and the branch-naming table are deferred to `references/*.md` files that are not present in the bundle. | 4 / 5 |
Workflow Clarity | Phases 0–7 are clearly sequenced with explicit validation checkpoints (Phase 0 preflight stops on missing tools, per-change validation), approval gates before implementation, and a review fix-loop; the destructive/batch validation cap does not apply. | 5 / 5 |
Progressive Disclosure | In-body signaling is exemplary with a dedicated Reference Index and one-level-deep references, but the referenced `references/*.md` bundle files do not exist on disk, so the cross-file structure is promised but unrealized. | 4 / 5 |
Total | 17 / 20 Passed |