task-driven-ai-dev

Community

Ship one validated task at a time.

Authorzhaohuanke123
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill prevents unreliable “run everything” automation by turning a repo into an explicit, durable task-delivery loop where each iteration selects exactly one ready task, implements it within a guarded scope, validates it with evidence, and then stops.

Core Features & Use Cases

  • Task-driven single-iteration delivery: Chooses one ready backlog item conservatively and refuses to mark blocked work as complete.
  • Durable artifact contract: Uses repo files such as architecture.md, task.json, progress.txt, and project-config.json as the source of truth.
  • Validation-first completion: Requires real validation (including browser checks when user-facing flows change) before updating task state and recording testing evidence.
  • Subagent orchestration guidance: Provides decision rules for when to delegate selection/worker/verification roles versus staying local.

Quick Start

Ask the AI to run one guarded delivery iteration for the repo’s next ready item by using task.json plus the provided selection and validation scripts, then update task.json and progress.txt only after the validation evidence is recorded.

Dependency Matrix

Required Modules

None required

Components

scriptsreferencesassets

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: task-driven-ai-dev
Download link: https://github.com/zhaohuanke123/vanko-skill/archive/main.zip#task-driven-ai-dev

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.