hf.track-planning

Create local marker files to track task plan creation in Claude sessions.

5|2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/T-rav/hydraflow --skill hf-track-planning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hf.track-planning
Source: https://github.com/T-rav/hydraflow/tree/main/.codex/skills/hf.track-planning
Command: npx skills add https://github.com/T-rav/hydraflow --skill hf-track-planning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tracks the creation of task plans within a Claude session by emitting a marker file for auditability.

Core Features & Use Cases

  • Automatically marks when a task plan is created in-session for traceability.
  • Provides a lightweight, local indicator (marker file) that can be consumed by guards and tooling.

Quick Start

Place this Skill in your workflow to automatically mark that a task plan was created in the current session.

Frequently Asked Questions about hf.track-planning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track task plan creation in Claude sessions for auditability?

A Bash hook using the CLAUDE_PROJECT_DIR environment variable locates the project root to write a marker file under /tmp. This mechanism automatically tracks in-session task planning for traceability across projects.

Can I automatically mark planning sessions using a Bash hook?

Yes, a Bash hook can automatically mark planning sessions by triggering on TaskCreate tool events. It uses CLAUDE_PROJECT_DIR to locate the project root and writes a marker file under /tmp for traceability.

What is a local marker file for in-session task planning?

A local marker file is a lightweight indicator written under /tmp that records task plan creation during a Claude session. It acts as a local signal that can be consumed by guards and tooling to ensure project traceability.

Do I need any dependencies to automate task planning tracking?

No dependencies are required. You only need to configure a Bash hook that uses the CLAUDE_PROJECT_DIR environment variable to locate the project root and write the marker file under /tmp.

What are the limitations of using marker files under /tmp for traceability?

Marker files under /tmp are temporary and may be cleared upon system reboot. This approach provides local, lightweight traceability for active sessions but does not offer persistent, long-term audit logs across projects.