@chief-clancy/scan
v0.3.0
Published
Codebase scanning agents and workflows for Clancy — bundled into consumer installers (brief, plan, dev, and chief-clancy)
Maintainers
Readme
@chief-clancy/scan
Codebase scanning agents and workflows for Claude Code.
Shared package containing the 5 specialist scanning agents and the map-codebase / update-docs commands and workflows. Consumed by @chief-clancy/brief, @chief-clancy/plan, @chief-clancy/dev, and chief-clancy (the four packages that declare scan as a workspace dep and bundle its assets at install).
[!WARNING] Clancy is in early development. Expect breaking changes and rough edges.
What's in it
Agents
Five parallel specialist agents that scan your codebase and write structured docs to .clancy/docs/:
| Agent | Docs written |
| -------- | ----------------------------------------------------------------- |
| tech | STACK.md, INTEGRATIONS.md |
| arch | ARCHITECTURE.md |
| quality | CONVENTIONS.md, TESTING.md, GIT.md, DEFINITION-OF-DONE.md |
| design | DESIGN-SYSTEM.md, ACCESSIBILITY.md |
| concerns | CONCERNS.md |
Commands
/clancy:map-codebase— run all 5 agents simultaneously (~2 minutes)/clancy:update-docs— incrementally refresh only the docs affected by recent changes
Usage
This package is not installed directly. Install any consuming package and the scan commands are included automatically:
npx @chief-clancy/brief # includes map-codebase + update-docs
npx @chief-clancy/plan # includes map-codebase + update-docs
npx @chief-clancy/dev # includes map-codebase + update-docs
npx chief-clancy # includes everythingPart of the Clancy monorepo
chief-clancy— full pipeline (install, configure, implement, autopilot)@chief-clancy/core— board integrations, schemas, shared utilities@chief-clancy/terminal— installer, slash commands, hooks, runners@chief-clancy/dev— standalone ticket executor@chief-clancy/brief— strategic brief generator@chief-clancy/plan— implementation planner
Credits
Built on the Ralph technique by Geoffrey Huntley. See CREDITS.md.
License
MIT — see LICENSE.
