devflowdocsreference-audit
Discover all documentation in the project and synchronize it with the current state of the code. Use this to find and fix documentation discrepancies.
SKILL.md
| Name | devflowdocsreference-audit |
| Description | Discover all documentation in the project and synchronize it with the current state of the code. Use this to find and fix documentation discrepancies. |
Claude Code Primitives
A marketplace of Claude Code plugins for AI-native software development teams.
Early Access: These plugins are under active development and initial testing. Skills, agents, and workflows are subject to significant rework. If you're seeing this message, expect breaking changes between versions.
Teamcraft — Two Plugins, One Workflow
Teamcraft is an end-to-end SDLC plugin that covers the full software development lifecycle: problem discovery, requirements, sprint planning, the build loop, code review, pipeline health, and retrospectives. It comes in two variants — pick the one that matches your team's stack.
TeamCraft GLGD — GitLab CE + Google Drive
For teams using GitLab CE for issues, merge requests, and CI/CD, with Google Drive for shared documents (PRDs, tech decisions, conventions, retro reports).
/plugin marketplace add codingthefuturewithai/claude-code-primitives
/plugin install teamcraft-glgd@claude-code-primitives
/teamcraft-setup
Requirements: GitLab MCP server, Google Drive MCP server
User guide: docs/teamcraft-glgd-user-guide.md
TeamCraft JCG — Jira + Confluence + GitHub
For teams using Jira for issues and sprints, Confluence for documents, and GitHub for pull requests and CI/CD.
/plugin marketplace add codingthefuturewithai/claude-code-primitives
/plugin install teamcraft-jcg@claude-code-primitives
/teamcraft-setup
Requirements: Atlassian MCP server (sooperset-mcp-atlassian), GitHub CLI (gh)
User guide: docs/teamcraft-jcg-user-guide.md
What's Included
Each plugin provides 26+ skills covering:
| Phase | Skills |
|---|---|
| Discovery & Requirements | discover-problem, capture-requirements |
| Technical Foundation | tech-decisions, capture-conventions, init-project, analyze-codebase, sync-claude-md |
| Sprint Planning | define-roadmap, plan-sprint, create-issue |
| Build Loop | fetch-issue, plan-and-implement-issue, complete-issue, fast-path |
| Review & QA | pr-review / mr-review, address-feedback, qa-support |
| Visibility & Health | project-health, pipeline-health, stakeholder-update |
| Continuous Improvement | sprint-retro |
| Setup & Learning | teamcraft-setup, onboard, learn-teamcraft |
Upstream skills (discovery, requirements, planning, QA, retros) work in Claude Cowork. Build loop skills require Claude Code.
Claude Desktop / Cowork Setup
MCP servers for Claude Desktop and Cowork are configured via a setup script:
git clone https://github.com/codingthefuturewithai/claude-code-primitives.git
cd claude-code-primitives
python3 scripts/configure-claude-desktop.py
The script supports both GLGD and JCG configurations, finds your config file automatically, and verifies connectivity before writing.
License
MIT — see LICENSE for details.