Connect current repo to an AI Intent First project and configure MCP access
Pick a todo ticket, create a worktree, and start working in plan mode
Resume work on a ticket by loading context from the current branch
Regenerate and sync project documentation to AI Intent First
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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub yvocilon/aintentfirst-plugin --plugin aintentfirstAutonomous multi-agent development pipeline — from ticket to PR in one command
AI-Driven Engineering workflow commands for managing issues, tasks, implementation, and PRs.
Git 워크플로우, 브랜치 전략, 커밋 컨벤션, TiDD(Ticket Driven Development) 가이드
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.