← Back to Skills Marketplace
zhao202404

3skill

by zhao202404 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
117
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install prd-skill202603
Description
Create and manage Product Requirements Documents (PRDs) by defining user stories with verifiable acceptance criteria and tracking progress by priority order.
Usage Guidance
This skill is essentially a PRD template + agent-run instructions. That is coherent, but be careful before using it autonomously: 1) Do not run infinite unattended loops against your main repo; use isolated worktrees or throwaway test repos. 2) Never use flags like `--dangerously-skip-permissions` or other options that bypass agent safety — they defeat platform protections. 3) Require human review of any agent-made commits (use pull requests, branch protection, CI). 4) Backup your repo and run agents in a sandboxed environment first. 5) If you intend to allow an agent to commit code, restrict its scope (single worktree, limited filesystem access) and audit progress.txt and prd.json updates. These steps will reduce the risk of unintended or damaging automated changes.
Capability Analysis
Type: OpenClaw Skill Name: prd-skill202603 Version: 1.0.0 The skill bundle is a legitimate tool for managing Product Requirements Documents (PRDs) and coordinating autonomous AI coding workflows. It provides structured JSON templates (prd.json), Markdown instructions (SKILL.md), and workflow patterns (references/workflows.md) that guide an agent through implementing features story-by-story. While the documentation in references/agent-usage.md mentions high-risk CLI flags for external tools (e.g., --dangerously-skip-permissions for Claude Code), these are presented as optional usage patterns for human users to enable unattended loops, rather than instructions for the agent to perform unauthorized or harmful actions. No evidence of data exfiltration, backdoors, or malicious prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (create/manage PRDs and user stories) align with the provided templates and runtime instructions: prd.json, progress.txt, story lifecycle, and git workflow. The files and examples relate to coding work and PRD execution, so requested capabilities match purpose.
Instruction Scope
SKILL.md and references direct agents to read and modify local repo files (prd.json, progress.txt), create/check out branches, implement code, run checks, commit changes, and update prd.json. Those actions fit the stated goal but carry high-impact side effects (modifying code, committing). More importantly, examples include an unattended infinite loop and a concrete example using `claude --dangerously-skip-permissions`, which explicitly suggests bypassing safety checks — this is out-of-band risk and should be treated with caution.
Install Mechanism
Instruction-only skill with no install spec, no binaries, and no external downloads. Nothing will be written to disk by the skill itself; risk from install mechanism is minimal.
Credentials
The skill declares no environment variables, no credentials, and no config paths. The documentation references agent CLIs (Claude, OpenCode) and git but does not request unrelated secrets or credentials in metadata.
Persistence & Privilege
Skill is not always-enabled and does not request persistent privileges, which is appropriate. However, its documentation encourages running autonomous agent loops that modify a repository and suggests disabling agent permission checks in examples — combining autonomous execution with instructions to bypass safety increases practical risk even though the skill metadata itself does not request elevated platform privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install prd-skill202603
  3. After installation, invoke the skill by name or use /prd-skill202603
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: introduce a skill for creating and managing Product Requirements Documents (PRDs). - Provides PRD guidance for feature planning and developer/AI agent workflows. - Outlines prd.json format with user stories, acceptance criteria, priorities, and tracking fields. - Includes best practices for story sizing, ordering, and verifiable acceptance criteria. - Offers quick-reference commands and resource links for further documentation.
Metadata
Slug prd-skill202603
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 3skill?

Create and manage Product Requirements Documents (PRDs) by defining user stories with verifiable acceptance criteria and tracking progress by priority order. It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.

How do I install 3skill?

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

Is 3skill free?

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

Which platforms does 3skill support?

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

Who created 3skill?

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

💬 Comments