Context Driven Development
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: context-driven-development Version: 1.0.0 The OpenClaw AgentSkills skill bundle 'context-driven-development' is designed to help AI agents and teams manage project context through structured markdown documents. The `SKILL.md` and `README.md` files contain instructions for the AI agent to create and maintain these context documents, including reading existing project files (e.g., `package.json`, `README`, `git history`) to infer context. This file access is explicitly part of the skill's stated purpose for 'brownfield' project setup. The `templates/` directory contains benign markdown templates. There is no evidence of malicious intent, such as data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection designed to subvert the agent for harmful activities beyond its stated purpose of context management.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If these files become inaccurate, stale, or intentionally misleading, future AI-assisted development could follow the wrong product, technical, or workflow assumptions.
The skill's core behavior is to create persistent context documents that future AI interactions may treat as authoritative.
establish a persistent, structured foundation that informs all AI interactions
Review and version-control the context files, and do not let untrusted contributors change them without normal code-review scrutiny.
The agent may summarize project structure, dependencies, and workflow patterns into new documentation files. This is expected for the skill, but the output should be checked for accuracy before use.
For existing projects, the skill directs the agent to inspect local repository files and history to generate context documents.
Analyze the codebase: - Read package.json, requirements.txt, go.mod, etc. - Look at existing README and docs - Check git history for patterns
Use it on repositories where you are comfortable with the agent reading project files and commit history, and review generated documents before relying on them.
Installing from a moving branch can fetch different content over time, even though the reviewed registry artifact itself is instruction-only.
The README documents an alternate user-run install path from a GitHub branch rather than a pinned commit or packaged release.
npx add https://github.com/wpank/ai/tree/main/skills/meta/context-driven-development
Prefer the reviewed registry install when possible, or pin and review the exact source revision before installing from GitHub.
