Progress through Technical Project Plans by automating research, implementation, testing, and refinement phases.

Install

mkdir -p .claude/skills/tpp && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11865" && unzip -o skill.zip -d .claude/skills/tpp && rm skill.zip

Installs to .claude/skills/tpp

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Work on a Technical Project Plan. Use when starting or continuing work on a TPP from _todo/.
92 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Read Technical Project Plans (TPPs).
  • Identify the current phase of a TPP.
  • Execute work based on the TPP phase (research, testing, implementation).
  • Update the TPP with progress and findings.
  • Move completed TPPs to a 'done' folder.

How it works

The skill makes progress on a Technical Project Plan by reading the TPP, identifying its current phase, executing the corresponding work (research, testing, implementation), and updating the TPP with findings.

Inputs & outputs

You give it
Path to a TPP file
You get back
Updated TPP with progress, code changes, and potentially moved TPP file

When to use tpp

  • Start a new technical project plan
  • Continue progress on an existing task
  • Verify implementation against TPP requirements
  • Move completed tasks to the done folder

About tpp

Reads TPP files, identifies current task phases, and executes the necessary steps including research, writing breaking tests, implementation, and code refinement.

Work on a Technical Project Plan. Use when starting or continuing work on a TPP from _todo/.

When not to use it

  • When not working on a Technical Project Plan.
  • When not adhering to project conventions like `npm run compile` before testing.
  • When not using Conventional Commits for commit messages.

Limitations

  • Requires reading specific project documents before any work.
  • Adheres to project conventions like `npm run compile` before testing.
  • Uses Conventional Commits for commit messages.

How it compares

This skill provides a structured workflow for progressing through a Technical Project Plan, integrating reading, execution, and updating steps, which is more guided than an ad-hoc approach to project work.

Compared to similar skills

tpp side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
tpp (this skill)05moNo flagsIntermediate
spec-kit-workflow118moNo flagsIntermediate
product-manager-toolkit327moReviewBeginner
linear-ticket17moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry