docmap
Authoring Documentation
All project documentation lives in the docs/ directory. The docmap CLI lets both humans and AI agents discover and read documents without leaving the terminal.
Browsing with CLI
Run commands via the project's package manager (e.g.
npm run docmap --,pnpm docmap).
docmap # list root docs
docmap --dir topic-a --dir topic-b/sub-topic-c # list subdirectories
docmap --recursive # list everything
docmap --read doc-1.md --read topic-a/doc-2.md # read documents (frontmatter stripped)
docmap --check # validate all files
Workflow
More from paleo/alignfirst
alignfirst
Collaborative problem-solving protocols. Write technical specifications (spec, or alspec), create implementation plans (plan, or alplan), or use Align-and-Do Protocol (AAD). Also generates PR/MR descriptions (aldescription) and code review reports (alreview).
66alspec
Create a technical specification (spec) for a feature or task.
47alplan
Create implementation plan(s) from a technical specification.
46aldescription
Write a description summarizing implemented work. Generates PR/MR descriptions from completed changes.
46al
Align-and-Do Protocol (AAD). Use for smaller tasks that don't need formal specs or plans.
44alignfirst-coaching
Coach an AlignFirst spec-plan-execute or AAD workflow using a CLI wrapper around a coding-agent CLI. Use when orchestrating coding agents through AlignFirst protocols non-interactively.
29