一键导入
task-creator
create tasks as files in local project directory
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
create tasks as files in local project directory
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
coding best-practices and architecture skill
Plan and structure a new application from a vague prompt or PRD. Use when starting a greenfield project, building an app from scratch, or when the user provides a project idea or PRD that needs to be broken down into a structured development plan.
Break down a greenfield project blueprint into executable task-creator-ready research documents. Use after greenfield-init has produced a project blueprint, or when a project plan needs to be decomposed into buildable chunks with validation gates.
One-shot greenfield build orchestration. Takes a project blueprint and executes the full build pipeline using subagents for each phase, including intermediate verification gates. Use when you want to run an entire greenfield project build in one session without manual intervention between phases.
Use this skill when you need to conduct research on a topic using external search capabilities. This includes gathering information from multiple sources, synthesizing findings, and producing well-organized research documents with citations.
| name | task-creator |
| description | create tasks as files in local project directory |
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 rulesAlso read the relevant skill:
../coding-architect/SKILL.md — Use it to shape task scope around maintainability, downstream impact, reuse of existing code paths, and local simplification opportunities. Do NOT use it to over-specify variable names, internal function logic, or micro-optimizations in the task descriptions.Before 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]