skills/task-creator/SKILL.md
create tasks as files in local project directory
npx skillsauth add barkbarkgoose/ai-agents task-creatorInstall 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.
Create implementation tasks from research and audit documents.
Use this skill when:
You must be provided:
research/Read and internalize (located in this skill folder):
TASK_STRUCTURE_GUIDE.md — Folder conventions and project layoutTASK_CREATION_GUIDE.md — Task file format and writing rulesBefore creating tasks, determine what stack the project uses:
environments skill to detect existing dependency files (package.json, requirements.txt, pyproject.toml, etc.)PROJECT_BLUEPRINT.md, plan.md) that may define the intended stackDo not assume any default stack. VERSIONS.md and DEFAULT_STACK.md are for greenfield projects only.
Read the provided research/audit documents and identify:
For each piece of work identified:
pending/).agent-tasks/tasks/[YYYYMMDD-task-name]/pending/[phase-#]-XXX-[action]-[subject].mdTASK_CREATION_GUIDE.mdimplementation or research)## Project Stack section with the detected technologies so the executing agent does not need to guessAfter creating all tasks, provide:
pending/, in-progress/, and complete/Before finalizing each task, verify:
TASK_CREATION_GUIDE.mdUse the task-creator skill to generate tasks from:
- task: 20260130-facebook-api-v24-upgrade
- Source: .agent-tasks/tasks/20260130-facebook-api-v24-upgrade/research/facebook-api-upgrade-guide.md
## Tasks Created
| Task ID | File | Description |
|---------|------|-------------|
| 001 | `pending/[phase-#]-001-remove-deprecated-method.md` | Remove deprecated Instagram method |
| 002 | `pending/[phase-#]-002-migrate-actor-id.md` | Migrate instagram_actor_id to instagram_user_id |
| ... | ... | ... |
## Suggested Execution Order
1. Tasks 001-003 can run in parallel (no dependencies)
2. Task 004 depends on 001-003 completing
3. ...
## Notes
- [Any items that couldn't become tasks]
- [Any ambiguities that need human clarification]
tools
Use this skill when working on Vue 3 + TypeScript client-side code, including creating new components, refactoring existing UI, implementing store logic with Pinia, or building reusable composition functions.
data-ai
orchestration skill for tasks, takes a task folder as input and runs one sub-agent for each individual task file. Should NOT execute or make any changes on its own, only sub-agents may do that.
data-ai
archives a local agent task directory so it can be recalled for future reference
tools
Use this skill when you need to style UI components using Tailwind CSS with BEM naming conventions. This includes tasks like creating new component styles, refactoring existing Tailwind utility clusters into maintainable BEM classes, organizing CSS layers, improving template readability, or ensuring consistent styling patterns across a codebase.