execute

A command that carries out the tasks written in an implementation plan, including the specified tests and validation checks.

In plain words
What is it for?
Use it when you have a detailed coding plan and want its tasks implemented in order, with syntax, tests, and validation reviewed along the way.
Why use it?
It reduces the chance of skipping planned steps or finishing changes without running the required checks.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/thesmokedev/taskchad-os/execute
Clone the repo
git clone --depth 1 https://github.com/TheSmokeDev/taskchad-os

Made for: Claude Code.

Per session 4 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 480 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00004 $0.00480
Opus 5 $0.00002 $0.00240
Sonnet 5 $0.00001 $0.00096
Haiku 4.5 $0.00000 $0.00048

Measured 2d ago against content hash 48e069ae8360, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

execute scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/core_piv_loop/execute.md · 102 lines

How it starts

The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Execute: Implement from Plan

Plan to Execute

Read plan file: $ARGUMENTS

Execution Instructions

1. Read and Understand

  • Read the ENTIRE plan carefully
  • Understand all tasks and their dependencies
  • Note the validation commands to run
  • Review the testing strategy

2. Execute Tasks in Order

For EACH task in "Step by Step Tasks":

a. Navigate to the task
  • Identify the file and action required
  • Read existing related files if modifying
b. Implement the task
  • Follow the detailed specifications exactly
  • Maintain consistency with existing code patterns
  • Include proper type hints and documentation
  • Add structured logging where appropriate
c. Verify as you go
  • After each file change, check syntax
  • Ensure imports are correct
  • Verify types are properly defined

3. Implement Testing Strategy

After completing implementation tasks:

  • Create all test files specified in the plan
  • Implement all test cases mentioned
  • Follow the testing approach outlined
  • Ensure tests cover edge cases

4. Run Validation Commands

Execute ALL validation commands from the plan in order:

# Run each command exactly as specified in plan

If any command fails:

  • Fix the issue
  • Re-run the command
  • Continue only when it passes

5. Final Verification

Before completing:

  • ✅ All tasks from plan completed
  • ✅ All tests created and passing
  • ✅ All validation commands pass
  • ✅ Code follows project conventions
  • ✅ Documentation added/updated as needed

Output Report

Provide summary:

Completed Tasks

  • List of all tasks completed
  • Files created (with paths)
  • Files modified (with paths)

Tests Added

  • Test files created
  • Test cases implemented
  • Test results

Validation Results

# Output from each validation command

Ready for Commit

  • Confirm all changes are complete
  • Confirm all validations pass
  • Ready for /commit command

Notes

  • If you encounter issues not addressed in the plan, document them
  • If you need to deviate from the plan, explain why
  • If tests fail, fix implementation until they pass
  • Don't skip validation steps

Read the full file on GitHub · 102 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 102 lines · 4 tokens per session scan A 48e069ae8360

Subscribe to this mod's changes

execute is a command published in the GitHub repository TheSmokeDev/taskchad-os (23 stars, last pushed 10d ago), licensed MIT. It adds 4 tokens to every session and 480 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.