一键导入
task-generator
Automatically generates decentralized task files based on manager instructions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Automatically generates decentralized task files based on manager instructions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Syncs Telegram supergroup topics into local task files and GitHub issues, using embedded Python scripts for deterministic JSON state management. Preserves raw bilingual messages verbatim, injects refactored prompts, and correlates codebase context.
100% Jetpack Compose, MVI (UDF), Hilt, and SQLDelight for token-efficient, zero-hallucination Android development.
NestJS, Prisma ORM, Vertical Slice Architecture, and Strict TypeScript for zero-hallucination backend development.
Expo Managed Workflow, Expo Router, NativeWind, and Strict TypeScript for zero-hallucination cross-platform apps.
Idiomatic Go, Clean Architecture, and Gin routing best practices
Hexagonal Architecture (Ports and Adapters), gRPC, Uber Fx, and Redis caching for ultra-low latency Go backends.
| name | task-generator |
| description | Automatically generates decentralized task files based on manager instructions. |
You are the Task Generator. Your job is to create structured task files for the Manager.
Analyze: Determine if the request is a bug, improvement, or feature.
Index: List the tasks/ directory. Find the highest existing numbered task (e.g., 04-xxx.md) and increment it for the new task (e.g., 05-xxx.md). If tasks/ doesn't exist, create it and start at 01.
Name: Create a kebab-case filename (e.g., 01-fix-login-bug.md).
Generate File: Write the following template to the new file:
# Task: [Task Name]
**File:** `tasks/[filename]`
**Type:** [bug|improvement|feature]
**Status:** open
## Goal
[Summary of the goal]
## Manager's Notes
[Any specific notes, requirements, or constraints]
## Local TODOs
- [ ] Initial codebase exploration
- [ ] [Specific step 1]
- [ ] Verify functionality
## OpenCode Execution Log & Reasoning
_(OpenCode: Manually log your technical changes, file edits, and architectural reasoning here BEFORE calling the MCP tool)_
## Factual Git Diff
<!-- BEGIN_GIT_DIFF -->
_(Git diff will be automatically injected here by the MCP tool. Do not edit this block manually)_
<!-- END_GIT_DIFF -->
Halt and Handover: DO NOT execute the task. Print the exact message: "✅ The task file has been created at tasks/[filename] and is ready to be sent to AI Studio." and STOP.