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

Implement Plan

skill-maxedapps-agent-skills-implement-plan · by maxedapps

>-

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

Install

$ agentstack add skill-maxedapps-agent-skills-implement-plan

✓ 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-maxedapps-agent-skills-implement-plan)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo 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 Implement Plan? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Implement Plan

Hard rules

  • Stay on the plan’s required outcome. Discovery/review do not add scope.
  • Prefer the smallest behavior-preserving change. Skip unnecessary abstractions/tests/safeguards.
  • Delegate by default when safe. “Small/easy” is not a reason to skip subagents.
  • Leverage subagents — built-in, extensions/plugins, or skills. Follow use-subagents policy; use native subagents, extensions / plugins, or other skills
  • Main agent owns: tracker, integration, dispositions, acceptance, user comms, cleanup.
  • Child handoffs = evidence, never acceptance. Inspect diffs; rerun checks.
  • Findings / decomplex recs never auto-create work — disposition first.
  • Material doubt, scope/risk choices, or stuck review loops → ask user.
  • Never fake Complete.

Startup (blocking)

  1. Read the full plan (offset if truncated).
  2. Read [assets/progress-tracker-template.md](assets/progress-tracker-template.md) with the file tool (memory doesn’t count).
  3. Leverage subagents — built-in, extensions/plugins, or via skills.
  4. Copy/adapt tracker into the plan or a standalone file.
  5. Map every actionable plan requirement → tracker rows (split compound work into tasks/subtasks).
  6. Record Template loaded from: implement-plan/assets/progress-tracker-template.md.
  7. Only then implement.

On resume: repeat startup and reconcile. Missing template → stop.

Task loop

For each dependency-ready task/subtask (delegate by default):

  1. Analyze — read starts-at paths, callers, tests; research only if needed (web-research when third-party/current behavior is uncertain).
  2. Implement — smallest change that satisfies the row; stay in ownership; record deviations.
  3. Check — targeted tests + applicable lint/typecheck/build/migration/browser (agent-browser for UI).
  4. Review — independent code-review when the task crosses a real boundary, or when the batch/phase completes; always for final full-plan review.
  5. Disposition findings:
  • Fix now · Validate · Reject · Ask user · Block
  • Fix accepted items (delegate); rerun checks; focused re-review until Clear
  • Complexity-increasing fix → decomplex triage if available, else built-in gate; doubt → ask user
  • Two failed rounds / recurrence / no progress → ask user
  1. Update trackerVerified needs evidence; Descoped needs user approval.
  2. Cleanup lane resources per use-subagents (and launcher runtime cleanup, e.g. Pi clean, if used) — no unaccounted workflow-owned resources.
  3. Next ready task/subtask.

Parallelize only independent tasks with isolated writers. Parent is sole tracker writer under concurrency.

When to review

  • After major boundaries: integration, migration, public contract, security/data invariant, risky dep, delivery milestone
  • Plan-authored checkpoints
  • Final full-plan review (plan-backed)

Fresh reviewers; don’t share conclusions pre-handoff. One reviewer default. Parent review only if independent review is unavailable — record the limit.

Reviewer states: Clear · Changes required · Human decision required · Blocked

Done

  1. Reread full plan — no missed requirements.
  2. No row Pending / In progress / Blocked.
  3. Diff hygiene — drop unjustified scope/complexity.
  4. Final checks + final plan-backed review (+ decomplex Audit of this diff if proportionate).
  5. Final cleanup — worktrees, branches, processes, runtime state.
  6. Report truthfully.

Complete only when all rows are Verified or approved Descoped, validation passed, final review is Clear, and nothing material remains open. Else Partial or Blocked.

Report

  • plan/tracker paths · status · remaining IDs
  • what was delegated vs parent-owned (and why)
  • checks run / skipped
  • review outcomes + dispositions
  • decisions, deviations
  • worktrees created/integrated/removed · retained resources + why

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.