← Back to Skills Marketplace
zhao202404

5skill

by zhao202404 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
110
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install prd-skill2026030303
Description
Create and manage Product Requirements Documents with user stories, verifiable acceptance criteria, and ordered implementation tasks.
Usage Guidance
This skill's PRD templates and guidance are generally useful for planning, but the runtime documentation contains risky operational instructions. Before using it: (1) Do NOT run the provided 'unattended agentic loop' as-is — it can autonomously modify your repo and run indefinitely. (2) Never use the '--dangerously-skip-permissions' flag or other directives that bypass agent safety checks. (3) Run any agentic execution in an isolated sandbox or throwaway clone, with human review steps enabled. (4) Verify and restrict any CLIs or tokens the agent would need (claude, opencode, git, jq, dev-browser) and add those requirements to the skill metadata. (5) Consider adding explicit human-in-the-loop approval before commits, and back up your repository before testing. If you need the automation, require the skill to declare required binaries/credentials and remove instructions that bypass permissions.
Capability Analysis
Type: OpenClaw Skill Name: prd-skill2026030303 Version: 1.0.0 The skill bundle defines a framework for managing Product Requirements Documents (PRDs) designed for autonomous AI agents. It is classified as suspicious because the documentation in 'references/agent-usage.md' explicitly encourages users to run AI agents using high-risk configurations, specifically recommending the '--dangerously-skip-permissions' flag with Claude Code. This configuration bypasses all security prompts, creating a significant risk of arbitrary command execution if an agent processes a malicious task within the 'prd.json' file. While the skill itself manages data, it promotes an unsafe execution environment without sufficient warnings.
Capability Assessment
Purpose & Capability
The README and templates are coherent with a PRD/agent-execution workflow: they define prd.json, user stories, and how to track progress. However the SKILL.md and references assume use of CLIs (claude, opencode, git, jq, dev-browser) and autonomous agent execution; the skill metadata declares no required binaries or credentials, which is an omission (missing declared dependencies/tools needed to run the documented flows).
Instruction Scope
The instructions go beyond authoring PRDs: they include an unattended agentic loop (while :; do claude --print --dangerously-skip-permissions ... done) that tells an agent to read prd.json, check out branches, implement code, run tests/typechecks, commit changes, and update progress files. That pattern can autonomously change repositories and the explicit use of '--dangerously-skip-permissions' instructs operators to bypass permissions/safety checks — a clear operational and security risk.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing is written to disk by the skill itself. That lowers installation risk, but the documentation expects external CLIs and tools to be present.
Credentials
The skill requests no environment variables or credentials, which is good from a secrets-exfiltration perspective. However the instructions assume use of agent CLIs and git operations that normally require local tooling and possibly API tokens; the omission of any declared required credentials/tools is a proportionality/metadata mismatch that could hide important operational prerequisites.
Persistence & Privilege
The skill itself is not marked 'always:true', but the provided agent usage patterns encourage running autonomous, long-running loops that repeatedly invoke agents to edit code and commit changes. Combined with the recommendation to bypass permission checks, this increases blast radius if run unattended. The skill does not request explicit elevated platform privileges, but operational guidance effectively advocates persistent autonomous execution.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install prd-skill2026030303
  3. After installation, invoke the skill by name or use /prd-skill2026030303
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the prd-2 skill. - Create and manage Product Requirements Documents (PRDs) in a structured format for feature planning. - Provides a JSON schema for defining user stories with acceptance criteria, priority, progress tracking, and runtime notes. - Includes guidance on story sizing, ordering, and writing verifiable acceptance criteria. - Supports both AI agents and human developers for task management and implementation. - Quick command references and documentation resources are included for easy adoption.
Metadata
Slug prd-skill2026030303
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 5skill?

Create and manage Product Requirements Documents with user stories, verifiable acceptance criteria, and ordered implementation tasks. It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.

How do I install 5skill?

Run "/install prd-skill2026030303" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 5skill free?

Yes, 5skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 5skill support?

5skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 5skill?

It is built and maintained by zhao202404 (@zhao202404); the current version is v1.0.0.

💬 Comments