一键导入
task-management
How to maintain project task docs and handle "whats next" requests. Read this when the user asks whats next or at conversation start.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
How to maintain project task docs and handle "whats next" requests. Read this when the user asks whats next or at conversation start.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
CLI tool for patching files and resolving file includes - useful when working with LLMs
Git workflow conventions — commit hygiene, squashing, force-push, and interactive rebase patterns.
Lightweight Bun process manager. Use bgrun to start, stop, restart, watch, and monitor background processes — with built-in web dashboard, TOML config, Docker support, and programmatic API.
Core behavioral rule: say 'I DON'T KNOW' when you don't actually know something. Never fabricate confident answers from incomplete information.
Install, uninstall, and list agent skills. Handles NTFS hardlinks for auto-sync with source repos.
Zero-dependency function performance measurement with hierarchical logging. Use this to structure ALL programs as measured, observable pipelines.
| name | task-management |
| description | How to maintain project task docs and handle "whats next" requests. Read this when the user asks whats next or at conversation start. |
After EVERY git commit that completes or adds a feature, IMMEDIATELY update .docs/TASKS.md:
[x] with This is NOT optional. Do it right after git commit, before moving to the next task. Forgetting this breaks the entire task pipeline for future conversations.
.docs/TASKS.md files across active projects (starwar, geeksy-pumpfun-plugin, etc.)Every project should have a .docs/TASKS.md with this structure:
# Project Tasks & Ideas
## 🔴 Priority: Fix
- [ ] **Bug name** — Brief description of what's broken.
## 🟡 Priority: Improve
- [ ] **Feature name** — What exists and what needs improvement.
- [x] ~~**Done feature**~~ — ✅ DONE. Brief note on what was done.
## 🟢 Priority: Features
- [ ] **New feature** — Description of desired behavior.
## 📝 Architecture Notes
- Key files, APIs, config locations, process names
- How to run, deploy, test
## ⚠️ Security Reminders
- What NOT to commit, expose, or put in public repos
[x] with When all tasks in a project are done, you MUST add new tasks before finishing. Think about:
Add at least 2-3 concrete, actionable tasks. Do NOT just suggest them verbally to the user — write them into TASKS.md so the next conversation picks them up automatically.
.docs/ directory (gitignored) OR docs/ directoryTASKS.md, architecture notes, deployment infoBefore the user reloads or starts a new conversation:
.docs/TASKS.md files with completed work and new discoveries.docs/TASKS.md or docs/TASKS.md in each active workspace the user has open