Context Driven Development
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only skill is coherent with its documentation purpose, with the main caution that it creates persistent project context files that future AI sessions may rely on.
This appears safe to install as an instruction-only documentation skill. Before relying on it, review any generated context files because they may shape future AI behavior, and be cautious with the README's alternate GitHub install command unless you trust and pin the source.
Findings (3)
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.
