← ClaudeAtlas

distilllisted

Turn raw task text into a tiered executable spec per TASK.schema.md. Auto-tiers by complexity (micro/standard/full). Optional --group loads CODEMAPs for cited context. Trigger: '/distill', '/distill --group=<tag> "…"'.
mikeprasad/aria-knowledge · ★ 12 · AI & Automation · score 63
Install: claude install-skill mikeprasad/aria-knowledge
# /distill — Task transformation Turn raw task text into a tiered executable spec following `TASK.schema.md`. Auto-tiers by complexity or accepts explicit `--tier`. Optional `--group` loads CODEMAPs for cited-path context. ## Step 0: Inputs - **Raw task input** — inline string argument, file path, or prompt user to paste if no argument provided. - **Optional `--group=<tag>`** — load CODEMAPs + STITCH for cited-path context (see shared-block below). <!-- shared-block: group-loader --> Read `~/.gemini/antigravity/aria-knowledge.local.md`. Parse YAML frontmatter `projects_groups` (multi-line YAML block — see `CONFIG.md` "Skill-only fields" for canonical schema, including the optional `stitch_path` sub-field and custom-role conventions). Look up `<tag>` in `projects_list` (get `project_root`) and `projects_groups` (get role → folder dict). - If `<tag>` missing from `projects_list`: stop with *"unknown project tag: <tag>"*. - If `<tag>` in `projects_list` but missing from `projects_groups` and `<project_root>` has multiple sub-dirs with repo markers: trigger **auto-propose bootstrap**. - If `<tag>` is a single-repo project (no multi-repo sub-dirs detected): load `<project_root>/CODEMAP.md` only. **Auto-propose bootstrap** (when `projects_groups[<tag>]` is missing but `<project_root>` contains multiple repo-marker sub-directories): 1. Scan `<project_root>` one level deep for sub-directories with repo markers: - `manage.py` + `settings.py` → `backend` (Django) - `compos