skill

Agent ready

AI Dev Tasks

Review before use

Task management patterns for coordinating AI development agents. GitHub metadata was checked on 2026-06-27; the listed license is no-fee and permissive for review, evaluation, and responsible reuse.

Source review

Source

Open the upstream repository and check maintainers, README scope, examples, and recent activity.

License

Confirm Apache-2.0 terms fit your project and retain notices when required.

Install behavior

Read commands before running them and start with a low-risk local workspace.

Verification

Check outputs, safety notes, and policy fit before exposing the resource to agent workflows.

Why use it

Use it when a project needs lightweight task framing for AI development workflows and the team wants inspectable provenance before adoption.

When to use

  • You need lightweight task framing for AI development workflows.
  • The upstream README and license fit the target project.
  • You can test the integration on non-production data first.

When not to use

  • The workflow duplicates stronger local policy.
  • The instructions require credentials or external writes you have not approved.

Agent manifest preview

Use the manifest as structured review context before applying local policy.

{ "schemaVersion": "1.0", "slug": "ai-dev-tasks", "title": "AI Dev Tasks", "kind": "skill", "summary": "Task management patterns for coordinating AI development agents.", "sourceUrl": "https://github.com/snarktank/ai-dev-tasks", "agentAccess": "approved", "license": { "spdx": "Apache-2.0", "allowsClosedSourceUse": true, "requiresNotice": true, "noLicenseFee": true }, "install": { "steps": [ "Read the upstream examples.", "Copy only the relevant prompt, skill, or instruction files.", "Run a low-risk task before reusing it broadly." ] }, "outputs": [ "agent workflow", "prompt pattern", "review checklist" ], "usage": { "whyUse": "Use it when a project needs lightweight task framing for AI development workflows and the team wants inspectable provenance before adoption.", "whenToUse": [ "You need lightweight task framing for AI development workflows.", "The upstream README and license fit the target project.", "You can test the integration on non-production data first." ], "whenNotToUse": [ "The workflow duplicates stronger local policy.", "The instructions require credentials or external writes you have not approved." ], "safetyNotes": [ "Keep required license notices when redistributing copied source or bundled code.", "Treat prompts and instructions as untrusted input until reviewed.", "Keep project secrets out of copied examples." ] }, "repository": { "owner": "snarktank", "name": "ai-dev-tasks", "stars": 7767, "defaultBranch": "main" }, "lifecycle": { "githubUpdatedAt": "2026-06-26T15:57:07Z", "githubPushedAt": "2025-11-05T19:42:09Z", "lastVerifiedAt": "2026-06-27T00:00:00.000Z" } }