AI Intent First plugins for Claude Code
npx claudepluginhub yvocilon/aintentfirst-pluginAI Intent First integration - ticket workflow for Claude Code
A Claude Code plugin that integrates with AI Intent First - a ticket clarification system where stakeholders write tickets, an LLM asks clarifying questions, and developers implement approved tickets.
claude plugin install github:yvocilon/aintentfirst-plugin
/initConnect the current repository to an AI Intent First project.
When generating docs, Claude analyzes your codebase and creates:
TERMINOLOGY.md - Project-specific terms and conceptsSCREENS.md - UI screens and pagesUSER_FLOWS.md - Key user journeysBUSINESS_RULES.md - Domain constraints and rulesThese docs help the LLM ask better clarifying questions when stakeholders create tickets.
# In your project directory
claude
> /init
/pick-ticketPick up a todo ticket and start working on it.
claude
> /pick-ticket
/resume-ticketResume work on a ticket (auto-runs in new worktrees).
ticket/<id>)# In a ticket worktree
claude
> /resume-ticket
/sync-docsUpdate project documentation after making codebase changes.
Run this after adding new features, screens, or business rules.
claude
> /sync-docs
The plugin stores per-repo configuration at:
~/.claude/projects/<encoded-path>/.aintentfirst.json
This maps repositories to AI Intent First projects without adding files to your repo.
When you pick a ticket, the plugin creates a git worktree:
ticket/<short-id> (first 8 chars of ticket UUID)../<repo-name>-worktrees/ticket-<short-id>/.env from main repoOn macOS, /pick-ticket opens a new terminal tab (iTerm2 or Terminal.app) with Claude auto-running /resume-ticket to load context immediately.
/init and paste the token when prompted/init once per repository to connect it to your AI Intent First project/sync-docs later)/pick-ticket to grab a ticket and start workingcomplete_ticket MCP tool to mark done/sync-docs if you added new features, screens, or terminologyMIT
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.