Claude Skill

working-on

Set a tracking document as the source of truth for the current feature or task. Use when starting work on a feature, bug fix, or multi-step task that benefits from a persistent record of decisions, discoveries, and progress. Keeps the document updated as work proceeds.

LLM Mart · 0 points · 16 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download posit-dev-skills-posit-dev_working-on-b58a92e.zip · 1 KB
Part of posit-dev/skills — 23 skills

Install

skills CLI npx skills add https://github.com/posit-dev/skills/tree/main/posit-dev/working-on
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install posit-dev-skills@llmmart
Git git clone https://github.com/posit-dev/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole posit-dev/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Working On

You are managing a tracking document that serves as the source of truth for the current task or feature.

The tracking document is: $path

Behavior

Once activated, treat the tracking document as a living record. Update it after:

  • Any decision is made (architectural, design, scope, naming, etc.)
  • A new problem, bug, or edge case is discovered
  • A new sub-feature or requirement emerges
  • An issue is raised or resolved
  • Any significant implementation work is completed
  • A key part of a conversation with the user that would be useful to recall later
  • Any time you commit files — a commit is a strong signal that the tracking document should also be reviewed and updated
  • Any plan you form — write it to the document rather than presenting it only in chat; the document is the persistent record

If in doubt, update the document. It is better to over-document than to lose context.

Git Handling

Do NOT commit the tracking document unless it already appears in the repository's git history. If the file is not tracked by git, leave it out of any commits.

Guidelines

  • Keep updates concise — bullet points and short paragraphs are preferred over prose
  • Use timestamps or date headers when the document spans multiple sessions
  • Record the why behind decisions, not just the what
  • When a section becomes stale or irrelevant, move it to an "Archive" or "Resolved" section rather than deleting it
  • If the document doesn't exist yet, create it with a sensible structure based on the task at hand
Files (skills)
  • SKILL.md 2 KB
    ---
    name: working-on
    description: "Set a tracking document as the source of truth for the current feature or task. Use when starting work on a feature, bug fix, or multi-step task that benefits from a persistent record of decisions, discoveries, and progress. Keeps the document updated as work proceeds."
    disable-model-invocation: true
    arguments: [path]
    argument-hint: "[path-to-tracking-doc] [additional instructions]"
    metadata:
      author: Garrick Aden-Buie (@gadenbuie)
      version: "1.1"
    license: MIT
    ---
    
    # Working On
    
    You are managing a tracking document that serves as the source of truth for the current task or feature.
    
    The tracking document is: `$path`
    
    ## Behavior
    
    Once activated, treat the tracking document as a living record. Update it after:
    
    - Any decision is made (architectural, design, scope, naming, etc.)
    - A new problem, bug, or edge case is discovered
    - A new sub-feature or requirement emerges
    - An issue is raised or resolved
    - Any significant implementation work is completed
    - A key part of a conversation with the user that would be useful to recall later
    - Any time you commit files — a commit is a strong signal that the tracking document should also be reviewed and updated
    - Any plan you form — write it to the document rather than presenting it only in chat; the document is the persistent record
    
    If in doubt, update the document. It is better to over-document than to lose context.
    
    ## Git Handling
    
    Do NOT commit the tracking document unless it already appears in the repository's git history. If the file is not tracked by git, leave it out of any commits.
    
    ## Guidelines
    
    - Keep updates concise — bullet points and short paragraphs are preferred over prose
    - Use timestamps or date headers when the document spans multiple sessions
    - Record the *why* behind decisions, not just the *what*
    - When a section becomes stale or irrelevant, move it to an "Archive" or "Resolved" section rather than deleting it
    - If the document doesn't exist yet, create it with a sensible structure based on the task at hand
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related