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

Plan Module

skill-karthick-ramachandran-persist-os-plan-module · by Karthick-Ramachandran

A Claude skill from Karthick-Ramachandran/persist-os.

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

Install

$ agentstack add skill-karthick-ramachandran-persist-os-plan-module

✓ 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-karthick-ramachandran-persist-os-plan-module)

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 Plan Module? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skill: Plan Module

Purpose

Turn a module request into a complete delivery workflow before implementation starts.

Inputs

  • Module name or request.
  • Product goal or user need.
  • Existing architecture, feature, or module docs.
  • Known constraints or priority stage.

Required Reading

  • AGENTS.md
  • docs/00-product/PRD.md
  • docs/10-architecture/ARCHITECTURE.md
  • docs/20-security/SECURITY_MODEL.md
  • docs/50-quality/TESTING_STRATEGY.md
  • docs/60-engineering/ENGINEERING_STANDARDS.md
  • docs/ai/MODULE_DELIVERY_WORKFLOW.md
  • Relevant ADRs under docs/adrs/

Output Files

  • docs/40-features/F-###--module/ delivery docs (PRD, ACCEPTANCE, ARCHITECTURE_IMPACT,

PLAN, TASKS, TESTPLAN, REVIEW, COMPLETIONREPORT).

  • docs/30-modules//MODULE.md
  • docs/30-modules//TASKS.md
  • docs/30-modules//TEST_PLAN.md
  • docs/30-modules//DECISIONS.md

Process

  1. Create a module brief: ownership, non-ownership, public interfaces, users, and use cases.
  2. Define behavior and edge cases.
  3. Write testable acceptance criteria.
  4. Document architecture impact, dependency impact, config impact, template impact, and ADR needs.
  5. Write the test plan from acceptance criteria, security invariants, and regression risk.
  6. Break work into ordered tasks with status, scope, acceptance, tests, and do-not-do boundaries.
  7. Mark implementation as blocked until the first task is selected.

Stop Conditions

Stop and request human decision if:

  • The module ownership or public interface is unclear.
  • The module conflicts with accepted ADRs or architecture docs.
  • The module conflicts with engineering standards.
  • The module requires runtime network, telemetry, cloud, MCP, AI API, auth, secrets, storage, or

file write behavior changes without ADR or security review.

  • The user asks to implement before PRD, acceptance, architecture impact, test plan, and tasks

exist.

Quality Bar

  • The module is planned as a mini product, not a file list.
  • PRD, acceptance, architecture impact, test plan, and tasks are all present.
  • Tasks are small enough to execute one at a time.
  • Module memory captures what future agents need to remember.
  • No implementation code is written by this skill.

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.