Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By famdeck
Autonomous development toolkit — autopilot, quality gates, story validation, autonomy assessment
npx claudepluginhub ivintik/private-claude-marketplace --plugin famdeckAssess a project's verification infrastructure and assign an autonomy readiness level (L0-L2). Use when the user asks 'is this project ready for autonomous work', 'check autonomy level', 'what verification tools are set up', 'assess project readiness', or when starting work on a new project to understand its quality baseline. Pairs with /autonomy-scaffold to fill gaps.
Generate missing verification tool configs (linter, test runner, CI pipeline, coverage) to bring a project up to autonomy level L2. Use when the user says 'scaffold quality tools', 'add linting', 'set up CI', 'improve test infrastructure', or after /autonomy-assess shows the project is below L2. Shows a dry-run plan before applying.
Autonomous development loop: reconcile orphan Beads issues into BMAD sprint planning, execute stories, close completed issues, repeat until done. Use when the user says 'autopilot', 'start working autonomously', 'run the dev loop', 'work through the backlog', or wants hands-off autonomous development using Beads + BMAD.
Invoke this skill whenever the user has finished an implementation task and needs an outside check that it actually works and meets requirements. This covers: post-implementation sanity checks ("is it done?", "does it pass?", "am I good?"), pre-ship quality gates (lint + types + tests + AC check), acceptance criteria audits against story specs or beads issues, and explicit /verify commands. The distinguishing intent: the user is not asking for new code — they want judgment on work already done. This skill runs regression tests, evaluates each acceptance criterion with evidence, and writes tests to lock in new behavior. Do NOT use when the user wants to implement something new, refactor code, or run a single named test command they specified.
Matches all tools
Hooks run on every tool call, not just specific ones
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Virtual development team: TDD, debugging, code review, backlog management, and proven workflow patterns
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
AI-native BizDevOps rhythm manager for Claude Code — multi-role collaboration, change impact analysis, quality gates, goal-to-code traceability, and cross-session continuity
Autonomous multi-agent development pipeline — from ticket to PR in one command
Corca Workflow Framework — consolidated hooks and skill orchestration for structured development sessions
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.
Setup and project init for Claude Code tools — Context7, Serena, Beads, Agent Mail, Atlas, Relay, Codeman
Cross-project issue routing and work handoff between sessions, tools, and people
Project registry and cross-project awareness for Claude Code sessions
Autonomous development toolkit. Closed-loop workflow: discover work, execute it, validate quality, sync status — all through slash commands inside your coding sessions.
Famdeck is a multi-repo ecosystem of plugins and CLIs:
| Component | What it does | Type |
|---|---|---|
| famdeck (this repo) | Autopilot, autonomy assessment, E2E testing, scaffolding, session management | Claude Code plugin + OpenClaw plugin |
| famdeck-relay | Issue routing, bidirectional sync, handoffs across trackers | Claude Code plugin |
| famdeck-atlas | Project registry, cross-project awareness, session context | Claude Code plugin |
| famdeck-toolkit | Setup automation, project init, service management | Claude Code plugin |
Connects Beads (issue tracking), BMAD (sprint methodology), and AI agents into a single workflow.
Install the AI coding CLI and session manager before anything else.
| Option | What it is | Install |
|---|---|---|
| Claude Code | Anthropic's official CLI | npm install -g @anthropic-ai/claude-code |
| OpenCode + Oh My OpenCode | Open-source alternative with Claude Code plugin compatibility | See OpenCode docs and Oh My OpenCode README |
Oh My OpenCode adds a Claude Code compatibility layer to OpenCode, so Claude Code plugins (Atlas, Relay, Beads, etc.) work in both environments.
Codeman provides persistent tmux-based sessions, a multi-session web dashboard, respawn controller for unattended work, and desktop notifications.
curl -fsSL https://raw.githubusercontent.com/Ark0N/Codeman/master/install.sh | bash
Requires: Node.js 18+, tmux.
OpenClaw is an AI assistant platform. Famdeck is an OpenClaw plugin natively — installing it unlocks 9 additional session management skills not available in Claude Code alone (see Skills Reference).
npm install -g openclaw@latest
openclaw onboard --install-daemon
Requires: Node.js 22+.
These are CLI tools used by the plugins. Install them first.
# Dolt — git-for-data, required by Beads
brew install dolt # macOS
# Linux: curl -L https://github.com/dolthub/dolt/releases/latest/download/install.sh | sudo bash
# Beads — git-backed issue tracker
curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash
# beads-ui — browser kanban board for Beads issues
npm install -g beads-ui
# uv — Python package manager, required by Serena and Agent Mail
curl -LsSf https://astral.sh/uv/install.sh | sh
Verify:
dolt version && bd version && bdui --version && uvx --version
If using Claude Code (or OpenCode + Oh My OpenCode):
# Add the private marketplace
claude plugin marketplace add iVintik/private-claude-marketplace
# Core famdeck plugins
claude plugin install famdeck@ivintik
claude plugin install famdeck-atlas@ivintik
claude plugin install famdeck-relay@ivintik
# Beads plugin (issue tracking slash commands)
claude plugin marketplace add steveyegge/beads
claude plugin install beads
# Code intelligence
claude plugin install context7@claude-plugins-official
claude plugin install serena@claude-plugins-official
# OR install everything at once via the toolkit:
claude plugin install famdeck-toolkit@ivintik
# Then in a regular terminal (not inside Claude Code):
python3 ~/.claude/plugins/cache/ivintik/famdeck-toolkit/*/scripts/setup.py --non-interactive
The toolkit also installs and manages Agent Mail (multi-agent coordination MCP server). See famdeck-toolkit README for details.
Restart Claude Code after installing plugins.
If you installed OpenClaw:
cd /path/to/famdeck
openclaw plugins install .
This registers famdeck as an OpenClaw plugin, unlocking session management skills (/session-*, /project-add) in addition to the core skills available in Claude Code.
Navigate to any project and run inside Claude Code:
/toolkit-init