src/autoskillit/skills_extended/planner-assess-review-approach/SKILL.md
Assess each work package for review-approach benefit before implementation. Writes review_approach_assessment.json; does NOT invoke review-approach.
npx skillsauth add talont-org/autoskillit planner-assess-review-approachInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Assessment-only pass that evaluates each work package for review-approach benefit.
Reads refined_wps.json and analysis.json, spawns subagents to evaluate WPs, and
writes review_approach_assessment.json to the planner directory. Does NOT invoke
review-approach — assessment only.
refined_wps.json (PlanDocument with task, work_packages[])analysis.json and output)NEVER:
review-approach — this skill performs assessment only$2/run_in_background: true is prohibited)ALWAYS:
review-approach SKILL.md at src/autoskillit/skills_extended/review-approach/SKILL.md before assessing$1 to get task and work_packages[]$2/analysis.json for codebase technology context$2/review_approach_assessment.jsonreview_approach_assessment_path = <absolute path to review_approach_assessment.json>Read src/autoskillit/skills_extended/review-approach/SKILL.md. Understand what
review-approach does and when it provides value. Do not rely solely on the hardcoded
signals below — use the SKILL.md as the authoritative source for benefit criteria.
Read $1 to extract the task field and work_packages[] list. Read $2/analysis.json
for codebase technology context: available libraries, architectural patterns in use, and
established conventions. This context informs whether a WP is "following established patterns"
(no-benefit) versus "introducing something new" (benefit signal).
Spawn 1–2 subagents (model: "sonnet") to evaluate WPs in parallel batches. For each WP, evaluate against these signals:
Benefit signals (recommend: true):
No-benefit signals (recommend: false):
Per WP, produce: review_approach_recommended (bool) and review_approach_reasoning
(one sentence).
Write $2/review_approach_assessment.json:
{
"schema_version": 1,
"assessments": [
{
"wp_id": "P1-A1-WP1",
"review_approach_recommended": true,
"review_approach_reasoning": "WP requires evaluating trade-offs between two competing persistence strategies."
}
]
}
Example path: {{AUTOSKILLIT_TEMP}}/planner/run-20260502-120000/review_approach_assessment.json
review_approach_assessment_path = $2/review_approach_assessment.json
This skill writes $2/review_approach_assessment.json before emitting structured output
tokens. If context is exhausted mid-execution:
review_approach_assessment.json
exists in $2/.on_context_limit routing handles escalation — do not attempt partial output.development
Generate YAML recipes for .autoskillit/recipes/. Use when user says "make script skill", "generate script", "script a workflow", "write a script", "create a script", "new recipe", "write a pipeline", or when loaded by other skills for script formatting.
data-ai
Create Uncertainty Representation visualization planning spec showing error bar definitions, distribution-aware alternatives, and multi-seed variance protocols. Statistical lens answering "How is uncertainty honestly represented?"
data-ai
Create Temporal Dynamics visualization planning spec showing axis scaling (linear vs log), smoothing disclosure, epoch/step alignment, run aggregation (mean + variance bands), early-stopping markers, and wall-clock vs step-count x-axis. Temporal lens answering "Are training dynamics shown clearly and honestly?"
data-ai
Create Narrative Story Arc visualization planning spec showing visual consistency across the report (same color = same model everywhere), logical figure progression, redundant figure detection, and narrative dependency between figures. Narrative lens answering "Do the figures tell a coherent story across the report?"