ad-task

Draft task tracking files via a one-question-per-gap interview.

728|16|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/alexandremendoncaalvaro/CorridorKey-Runtime --skill ad-task
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ad-task
Source: https://github.com/alexandremendoncaalvaro/CorridorKey-Runtime/tree/main/.agents/skills/ad-task
Command: npx skills add https://github.com/alexandremendoncaalvaro/CorridorKey-Runtime --skill ad-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drafts a new task tracking file at doc/tasks/NNNN-<short-slug>.md, using a checkbox-toggle + append-only-Notes format optimized for LLM editing. Use when the user wants to create, draft, scaffold, or open a task, ticket, work item, or backlog entry tracked in the repo. Status starts at proposed.

Core Features & Use Cases

  • Guided, interview-driven task scaffolding that standardizes task metadata and formatting.
  • Append-only Notes with date-stamped entries to support auditability and review.
  • Generates a single doc/tasks/NNNN-<slug>.md per task, starting in proposed state.

Quick Start

Create a new task using the guided interview to populate doc/tasks/NNNN-<short-slug>.md.

Frequently Asked Questions about ad-task

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new task tracking file with standardized metadata?▼

Task scaffolding is done through a guided interview that prompts for Context, Acceptance Criteria, Plan, Owner, and Spec references one question at a time to generate a standardized tracking file.

What is the best way to create backlog entries optimized for LLM editing?▼

Backlog entries optimized for LLM editing use a checkbox-toggle and append-only Notes format, allowing language models to update task status by toggling boxes and appending date-stamped notes.

Can I draft task documentation in a repository without manual formatting?▼

Yes, task documentation can be drafted automatically by generating a file at doc/tasks/NNNN-<short-slug>.md, starting in a proposed status with a Created date and empty Notes section.

Does the guided task interview collect all required fields at once or individually?▼

The guided task interview collects missing fields individually using a one-question-per-gap flow, prompting sequentially for Context, Acceptance Criteria, Plan, Owner, and Board references.

How do I maintain auditability when updating task tracking notes?▼

Auditability is maintained by using an append-only Notes format with date-stamped entries, ensuring all updates are tracked sequentially without modifying previous task history.

What limitations exist when modifying task files created through guided interviews?▼

Task files created through guided interviews are limited to editing by toggling checkboxes and appending to Notes, preventing direct modification of the original task metadata structure.