AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Piv Run Full Loop

skill-coleam00-skills-piv-run-full-loop · by coleam00

Autonomously develops a complete feature from priming through planning, execution, and commit by chaining the four core PIV-loop skills. Use when you want a full hands-off feature build from a single description.

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-coleam00-skills-piv-run-full-loop

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-coleam00-skills-piv-run-full-loop)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Piv Run Full Loop? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

End-to-End Feature Development

Feature Description: $ARGUMENTS

This skill chains the 4 core PIV-loop skills for autonomous feature development.


Step 1: Prime - Load Codebase Context

Execute the priming workflow to understand the codebase.

Run the prime-codebase skill (.claude/skills/prime-codebase/SKILL.md).


Step 2: Planning - Create Implementation Plan

Create a detailed implementation plan for the feature.

Run the piv-plan-implementation skill (.claude/skills/piv-plan-implementation/SKILL.md) with the feature description: $ARGUMENTS.

IMPORTANT: Note the feature name (and plan file path) that the planning step creates. You'll need it for the next step.


Step 3: Execute - Implement the Feature

Implement the feature from the plan document.

Run the piv-implement skill (.claude/skills/piv-implement/SKILL.md) with the plan file path: .claude/plans/[feature-name].md.

(Use the feature name from Step 2.)


Step 4: Commit - Save Changes

Create a git commit for all changes.

Run the piv-commit skill (.claude/skills/piv-commit/SKILL.md).


Final Summary

After completing all 4 steps, provide:

Feature Implementation Complete

Original Request: $ARGUMENTS

Feature Name: [feature-name from planning step]

Steps Executed:

  1. ✅ Prime - Codebase context loaded
  2. ✅ Planning - Plan created at .claude/plans/[feature-name].md
  3. ✅ Execute - Feature implemented and validated
  4. ✅ Commit - Changes committed to git

Outputs:

  • Plan document: .claude/plans/[feature-name].md
  • Files created/modified: [list]
  • Tests added: [list]
  • Commit hash: [hash]

Next Steps:

  • Push to remote: git push
  • Create pull request (if applicable)
  • Continue with next feature

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.