plugins/teamcraft-jcg/skills/teamcraft-setup/SKILL.md
First-time setup for the Teamcraft JCG plugin. Verifies that the Atlassian MCP server (sooperset/mcp-atlassian) and GitHub CLI are configured and working, guides through setup if not, and recommends companion plugins. Run this before any other Teamcraft skill. Works in Claude Code and Claude Cowork.
npx skillsauth add codingthefuturewithai/claude-code-primitives teamcraft-jcg:teamcraft-setupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Get Teamcraft JCG fully operational. That means the Atlassian MCP server working (Jira + Confluence), GitHub CLI authenticated (for developers), and the right companion plugins installed. This skill verifies each connection, guides through setup if anything is missing, and leaves the user ready to run any other Teamcraft skill.
Run this once when first installing the plugin. Re-run it anytime a connection stops working.
Before verifying any connections, understand who is setting up and what they need. Ask:
"Before we start, a couple of quick questions so I can tailor the setup:
- What kind of work will you be doing with Teamcraft? (e.g., writing code, planning projects, managing requirements, a mix of everything)
- Are you running this in Claude Code or Claude Cowork?"
What this tells you:
claude mcp add CLI works. In Claude Cowork, MCP servers must be configured in Claude Desktop's config file — follow references/cowork-mcp-setup.md.Store what you learn for the rest of the setup flow. If the user's answers make it obvious (e.g., "I'm planning sprints in Cowork"), don't ask redundant follow-ups.
Test Jira connectivity by calling mcp__sooperset-mcp-atlassian__jira_get_all_projects. If that succeeds, Jira is working.
Test Confluence connectivity by calling mcp__sooperset-mcp-atlassian__confluence_search with a broad query. If that succeeds, Confluence is working.
If either fails, go to references/atlassian-mcp-setup.md for guided setup.
Skip this step if the user doesn't write or ship code. GitHub CLI is only needed for the build loop (fetch-issue, plan-and-implement-issue, complete-issue). Upstream skills like capture-requirements, plan-sprint, and onboard don't use it.
If the user does write code:
gh auth status via Bash. If it succeeds, GitHub CLI is authenticated. If gh is not found, guide the user: install from https://cli.github.com/ then run gh auth login.Based on the environment from Step 1:
Run claude plugin list and check for the following. If missing, tell the user what's needed and why. Do not assume specific install commands are correct — plugin registries and install mechanisms evolve. Name the plugin and let Claude Code guide the installation.
context7 — plan-and-implement-issue uses it for real-time library documentation during technical research. Without it, tech research falls back to training data. Note: context7 may be available as a plugin or as an MCP server — check both if one doesn't work.
frontend-design — capture-requirements uses it for higher-fidelity client-facing HTML mockups. Without it the session still works but visuals look generic.
LSP plugins — Only if the user writes code. Follow references/lsp-plugins.md.
Tell the user which plugins are needed and why. Help them figure out how to install plugins in their Cowork environment.
Summarize what's working and what (if anything) was skipped or still needs attention. Then let the user know setup is complete and Teamcraft is ready to use.
If the user asks what to do next, point them to teamcraft-jcg:learn-teamcraft for a walkthrough of available skills. Don't steer them toward a specific activity — that's their call.
development
Launch (or re-launch) the user's live, multi-project work board. The dashboard is a single HTML file copied to a stable user-side location at ~/.claude/teamcraft-board.html and opened in the user's default browser. It has two views via a header toggle — a drag-and-drop Kanban Board and a live Status tab with analytics (work by status, throughput, cycle time, aging, blocked chains, recomputed on every poll). Each project is added via a header dropdown; the dashboard polls each project's .teamcraft/work directly from the browser and updates in real time. Use when the user says 'show me the kanban', 'work board', 'open the board', 'board view', 'kanban view', 'live dashboard', 'visual dashboard', 'live status dashboard', 'status dashboard', 'project metrics', 'throughput/cycle-time view', 'HTML view of work items', 'drag-and-drop board', or asks to see/move/track work visually.
development
Run a retrospective — AI compiles evidence from recent work, facilitates human reflection, and captures process decisions back into living docs. Use when the user says 'run a retro', 'let's do a retrospective', 'run a retrospective on the last 2 weeks', 'let's reflect on how that feature went', or 'time for a retro'.
development
Re-evaluate what Claude needs to be told about this project as the codebase evolves. Some gotchas become obvious from the code (remove them). New gotchas emerge. Decisions change. Use when the user says 'refresh the rules', 'update Claude's context', 'are the rules still accurate', 'clean up claude rules', or after significant codebase changes.
development
Report project status from work items and git history — either as a quick, interpreted read here in the session, or by pointing the developer to the live Status dashboard (the work board's Status tab). Covers work by status, what's in flight, cycle times, throughput, backlog priorities, aging alerts, blocked chains, and how commit activity lines up with the board. Use when the user says 'project status', 'show me the project status', 'what's the status of the work items', 'how are we doing', 'generate a status report', or asks for a status dashboard.