← Back to list

task-writing
by gonzaloetjo
ALTO - Autonomous Lifecycle Task Orchestrator for Claude Code
⭐ 2🍴 0📅 Jan 21, 2026
SKILL.md
name: task-writing description: Use when creating task files in runs/tasks/. Provides exact format required for task frontmatter and body sections.
Task Writing
Template
Task files go in runs/tasks/task-{NNN}.md. Use exactly this format:
---
task_id: task-001
title: Short descriptive title
role: alto-backend
post: [alto-qa, code-simplifier, alto-gitops]
allowed_paths:
- src/api/**
- src/models/**
handoff: runs/handoffs/task-001.md
---
## Goal
What this task accomplishes (1-2 sentences).
## Definition of Done
- [ ] Concrete, verifiable criterion
- [ ] Another verifiable criterion
- [ ] Tests pass: `npm test`
## How to Verify
- Run `npm test` to verify tests pass
- Check API endpoint responds correctly
## Context
Reference to relevant handoffs or decisions if needed.
Required Frontmatter Fields
| Field | Type | Description |
|---|---|---|
task_id | string | Must match filename: task-001 → task-001.md |
title | string | Short description (5-10 words) |
role | string | Agent to execute: alto-backend, alto-frontend, alto-qa, alto-docs, alto-gitops, code-simplifier |
allowed_paths | list | Glob patterns agent can modify |
handoff | string | Path for handoff file: runs/handoffs/task-{id}.md |
Optional Frontmatter Fields
| Field | Type | Description |
|---|---|---|
post | list | Post-agents to run after: [alto-qa, code-simplifier, alto-gitops] |
depends_on | list | Task IDs that must complete first: [task-001, task-002] |
priority | string | high, medium, low |
Required Body Sections
- ## Goal - What this task accomplishes
- ## Definition of Done - Checkboxes with verifiable criteria
- ## How to Verify - Commands to run
Rules
- task_id matches filename -
task-001must be intask-001.md - role must be valid - Only known role agents
- allowed_paths scoped - Don't give
**/*access - DoD is verifiable - Each item must be checkable
- Minimum body length - Validation rejects tasks under 50 characters
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon