Agent skill
ph
Prepare handover documentation for task continuation
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ph
SKILL.md
Prepare Handover Command
PRIMARY OBJECTIVE
Stop at the closest logical step of implementation. Update or create a task document that prepares handover to another developer. The task document must include all necessary information so that any developer—even one from another team unfamiliar with the codebase—can use it as an entry point to understand what needs to be done and how.
CONSTRAINTS
- Stop only at logical breakpoints (completed step, stable state)
- Document must be self-contained and newcomer-friendly
- No assumptions about reader's familiarity with codebase
- All context required for continuation must be explicit
WORKFLOW
STEP 1: Stop at Logical Point
- Complete current logical unit of work (don't leave mid-change)
- Ensure code compiles/runs without errors
- Commit any uncommitted work with clear message
STEP 2: Create/Update Task Document
Ensure the task document in tasks/task-YYYY-MM-DD-[name]/ contains:
For any developer to pick up:
- Clear problem statement and goals
- Current progress (what's done, what remains)
- Technical context (architecture decisions, patterns used)
- File locations and their purposes
- How to run/test the implementation
- Known issues, blockers, or open questions
- Recommended next steps with rationale
STEP 3: Finalize
- Push branch to remote
- Update Linear with handover status (if applicable)
- Confirm document is complete for handover
OUTPUT
Self-contained task document ready for any developer to continue work.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?