Companion products for AI-assisted software work. They can be used independently.
The alignfirst CLI provides the AlignFirst workflows. See the CLI README for installation and usage.
Nine Agent Skill stubs expose the CLI through commands such as /alspec in Claude Code and $alspec in Codex. See the Agent skills section.
@paleo/docmap is a lightweight table of contents that lets agents navigate documentation files. This way we have one set of docs, shared by humans and AI agents. See packages/docmap/README.md.
@paleo/workspace runs multiple dev environments side by side using git worktrees. See packages/workspace/README.md.
@paleo/openclaw-test and three companion channel packages are a Dockerised regression-test harness that drives OpenClaw through synthetic Discord and Slack channels. See packages/openclaw-test/README.md.
AlignFirst Developer is an AI teammate for software work, currently packaged on OpenClaw. See alignfirst-developer.md.
@paleo/alignfirst-developer-openclaw-plugin supplies its OpenClaw capabilities under plugin ID alignfirst-developer. Its first capability, thread handoff, durably activates the ordinary thread session after confirmed native starter delivery.
Our alignfirst-setup-guide skill can help to install these tools. Temporarily install the skill (globally or locally):
npx skills add https://github.com/paleo/alignfirst --skill alignfirst-setup-guideThen, in your project, ask your agent:
Use your alignfirst-setup-guide skill. What can I set up in this project?
At the end, feel free to uninstall the skill. It won't be used by your project anymore.
After a fresh clone:
npm install
npm run build --workspace @paleo/workspace
npm run workspace -- setupThe everyday workflow is in DEVELOPERS.md.