skills/todos-plan/SKILL.md
Use when Codewith needs to create, edit, save, verify, execute, route, or sync todos plans for local @hasna/todos work or hosted todos.md/platform-todos work. Triggers include todos plan authoring, local plan Markdown files, plan IDs, task-triggered workers, launch verification checklists, platform plan sync, dry-run plan generation, and updating Codewith workers that must use Todos CLI task IDs as source of truth.
npx skillsauth add hasna/skills todos-planInstall 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.
Use the Todos CLI as the source of truth. Markdown plan files are durable human-readable artifacts; they do not replace task or plan rows. Never edit SQLite, RDS rows, or generated task stores directly.
fc27c6c1-7f26-4bea-bbda-dc0731a9d9724bc933b6-8b0a-4e38-8807-aa11b034a9afWhen a prompt includes task IDs, inspect and update each task one at a time: Commands containing angle-bracket placeholders are illustrative; replace the placeholders with real task, plan, org, or file values before running them.
todos plans --show <plan-id>
todos inspect <task-id>
todos --agent <agent> start <task-id>
todos comment <task-id> "Progress note"
todos record-verification <task-id> "<command>" --status passed --summary "<summary>" --agent <agent>
todos --agent <agent> done <task-id> --files-changed "<paths>" --test-results "<results>" --notes "<notes>"
todos plans --show <plan-id>..hasna/todos/plans/<project-id>/<plan-slug>.md.todos plans --add, todos add --plan, todos update,
todos comment, todos record-verification, and todos done.Use direct file edits for plan text. Use Todos CLI for state transitions, assignments, comments, dependencies, and verification evidence.
Preferred location:
.hasna/todos/plans/<project-id>/<plan-slug>.md
Use stable lowercase slugs. Include the Todos plan ID when one exists. If a
plan is still draft-only, set plan_id: pending and create or link the plan
before workers execute it.
Example:
---
plan_id: 4bc933b6-8b0a-4e38-8807-aa11b034a9af
project_id: open-skills
plan_slug: codewith-todos-plan-skills
status: active
source: todos-cli
updated: 2026-06-30
---
# Codewith Todos Plan Skills
## Scope
- Create a `todos-plan` Codewith skill.
- Sync it to the active Codewith skills directory.
## Tasks
- [ ] `4a32ec84` Define authoring workflow.
- [ ] `36e08375` Document local plan file naming.
- [ ] `904a4e78` Validate command examples.
## Status Transitions
- `pending`: task is not started.
- `in_progress`: one agent owns it and has a lock.
- `blocked`: a named prerequisite is missing.
- `completed`: verification is recorded and accepted.
## Verification
- `python3 .../quick_validate.py skills/todos-plan`
- `todos plans --show 4bc933b6-8b0a-4e38-8807-aa11b034a9af`
Hosted sync is explicit. Confirm tenant, auth, and billing before writing.
platform-todos --json auth status
platform-todos --json auth whoami
platform-todos --json billing status
platform-todos docs catalog --surface api --json
platform-todos docs catalog --surface mcp --json
Preview first:
platform-todos plans generate \
--org <organization-id> \
--objective "Create project tasks, dependencies, and verification gates" \
--dry-run true \
--approval-before-create true
Create only after approval:
platform-todos plans generate \
--org <organization-id> \
--objective "Create project tasks, dependencies, and verification gates" \
--dry-run false \
--approval-before-create true
For local imports, prefer a dry run and a conflict strategy:
platform-todos import local-sqlite <manifest.json> \
--org <organization-id> \
--dry-run true \
--conflict-strategy skip \
--idempotency-key <stable-key>
Record evidence on the task: command, status, org/project ID, plan ID, and artifact path. Do not record API keys, raw tokens, secret values, or private payloads.
Task-triggered launch workers must receive:
Use isolated work scopes. Do not route new repo-mutating work by pasting prompts into existing tmux panes. If the routing automation is missing, create a task for the missing automation instead of using a hidden fallback.
Prompt shape:
Task: <task-id>
Plan: <plan-id>
Repo: <absolute-path>
Allowed paths: <paths>
Out of scope: <paths>
Use Todos CLI as source of truth.
Start a native Codewith goal.
Record verification and changed files on the task before done.
For todos.md launch tasks, verify the relevant surfaces and record evidence:
platform-todos auth login, auth status, auth whoami, API key
creation/revocation/rotation.platform-todos billing status, usage, checkout, portal,
Stripe webhook lifecycle, quota errors.todos plans --add/show, hosted platform-todos plans templates/create/generate/refine, dry-run before create..hasna/todos/plans/<project-id>/.todos record-verification.testing
Merge a GitHub pull request, merge when green, use a merge queue, or decide whether a pull request is mergeable. Use only for explicit merge intent, not ordinary review.
development
Generate premium performance audit reports for web apps, APIs, or SaaS surfaces with metrics, findings, budgets, remediation plans, and manifest metadata.
data-ai
Generate premium customer feedback reports from reviews, support tickets, surveys, call notes, or raw feedback with clusters, sentiment, root causes, roadmap recommendations, evidence, and manifest metadata.
development
Generate high-quality PDF documents from markdown, HTML, or templates