Agent skills
AI Architect comes with a set of Agent Skills β each one built to handle a specific engineering task like feasibility analysis, epic planning, or production triage. You can trigger them in Jira before coding starts, or inside your coding agent while you're building.
Agent skills are structured instruction files that enhance your AI coding assistant with specialized capabilities. In coding agents, skills are installed automatically by the install scripts and are discovered dynamically from a skills/manifest.json file. Whereas, in Jira, skills are available from Bito Cloud.
Every skill has full context of your codebase and your team's Jira history, so the output reflects how your system actually works.
All available skills
bito-codebase-explorer
"explain this service", "how does X work", "what does Y depend on", "show me the architecture", "onboard me"
Explore and explain the codebase at any depth for any audience β executive summary to line-level traces
bito-epic-to-plan
"how would we build this", "turn this epic into tasks", "implementation plan for", "make this sprint-ready"
Convert an approved epic/PRD into a sprint-ready plan with 3 architectural approaches, then granular tickets
bito-scope-to-plan
"plan this story", "create tickets for this", "technical plan for this PRD"
Auto-scaling planning β full multi-workstream plans for epics, focused single-workstream plans for stories
bito-feasibility
"is this feasible", "go/no-go on", "what's the blast radius", "trade-off analysis"
Go/no-go feasibility and impact analysis β viability, blast radius, effort, dependencies, risks, alternatives
bito-spike
"spike on", "investigate whether", "explore options for", "proof of concept for"
Time-boxed technical investigation β delivers findings and recommendations, not a plan
bito-feature-plan
"plan a feature", "design implementation for"
Detailed org-specific implementation plan for a complex feature using cross-repo context
bito-prd
"write a PRD", "product requirements for"
Comprehensive Product Requirements Document grounded in real system context
bito-trd
"write a TRD", "technical requirements for"
Technical Requirements Document analyzing existing architecture, dependencies, and patterns
bito-production-triage
"production issue", "incident triage", "debug outage"
Diagnose production incidents β cross-repo context, blast radius mapping, structured remediation plan
How to invoke skills
In Jira
Agent skills can be triggered on demand on Epic or Story by commenting:
In your coding agent
Once AI Architect is connected via MCP, skills are available in compatible coding agents. Describe what you need in natural language and the agent activates the right skill automatically β or invoke one directly by name. You can type / in the chatbox to see the list of available skills and select one interactively.
Quick MCP integration with AI coding agents




Skills installation locations:
Claude Code
~/.claude/skills/bito-{name}/SKILL.md
Markdown with YAML frontmatter
Cursor
~/.cursor/rules/bito-{name}.mdc
.mdc with alwaysApply: false
Windsurf
~/.codeium/windsurf/memories/bito-{name}.md
Plain markdown
VS Code (Copilot)
{User}/prompts/bito-{name}.prompt.md
.prompt.md with applyTo
Junie
~/.junie/skills/bito-{name}/SKILL.md
Last updated

