一键导入
task-implementation
Implement a single sub-task from a task list. Use when working on feature development with existing task lists.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Implement a single sub-task from a task list. Use when working on feature development with existing task lists.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | task-implementation |
| description | Implement a single sub-task from a task list. Use when working on feature development with existing task lists. |
Implement a single sub-task from a task list while adhering to project quality controls.
Use this skill when:
.ai/[feature_name]/tasks.mdThis skill expects:
feature_name - Locates task list at .ai/[feature_name]/tasks.mdsubtask_number - The specific sub-task number to implementIf not provided, ask the user to clarify.
You are a junior engineer implementing a sub-task. Do your best to ensure the implementation adheres to the project's quality controls. Run linters and tests appropriately during iterative development.
IMPORTANT! You must NOT attempt to commit or even stage your changes in git, as that will be handled elsewhere.
While you can update details in the task list as you work, you must NOT mark tasks as completed. It is not your responsibility to judge whether a task is completed.
Follow these steps EXACTLY! NO EXCEPTIONS!
Implement the sub-task according to your best judgment
Add test coverage according to repository guidelines
Run linters according to repository guidelines:
CLAUDE.md, .cursorrules,
AGENTS.md, AGENT.md, GEMINI.mdREADME.md, docs/)package.json, Makefile, etc.)For each linter found:
a. Run auto-fix mode if available (e.g., prettier, eslint --fix)
b. Run check mode to see remaining issues
c. If issues can't be fixed, stop and ask the user what to do next
If not passing, go back to step 1.
Run tests according to repository guidelines:
If not passing, go back to step 1.
prp.txt if appropriateBefore considering the sub-task complete:
Use the Xero MCP server — obtain/refresh OAuth2 bearer tokens, troubleshoot authentication, and pick up other operational notes for working with Xero MCP tools. Use when Xero MCP tools fail with authentication errors, when the bearer token has expired (tokens last ~30 min), before starting any Xero workflow, or for general guidance on Xero MCP usage.
General Xero browser automation notes. Use when automating any Xero page with agent-browser — covers non-standard UI patterns, waiting, and dropdown menus.
Size the agent-browser Chromium window to fill its current screen, leaving a configurable bottom margin for the desktop panel. Use before any agent-browser automation that needs the full screen visible without elements overlapping or scrolling off (e.g. Xero, dense web apps).
Review all unreviewed documents in Hubdoc. Use when reviewing, processing or publishing Hubdoc receipts and bills.
Convert XLSX spreadsheets (single or multi-sheet) to CSV files you can read and grep. Use whenever you need to process an .xlsx report from Xero, Cryptio, bank exports, or any tool that delivers spreadsheet output.
Create Claude Code slash commands, OpenCode command files, and Pi prompt templates that delegate to the right subagent or skill. Use when creating new commands or refactoring existing ones to follow platform conventions.