Skills
Browse available AI skills and add them to your project with one click
init
@the-aico/backend/init
Initialize backend environment by creating constraints document from template.
task-breakdown
@the-aico/backend/task-breakdown
Break down PM story into backend tasks following layered architecture order.
plan
@the-aico/backend/plan
Create atomic implementation plan for a single backend task with TDD and verification.
implement
@the-aico/backend/implement
Execute backend implementation with TDD. Write failing test first, then implement.
init
@the-aico/frontend/init
Initialize frontend environment by creating design system and constraints documents.
style-extraction
@the-aico/frontend/style-extraction
Extract design tokens from reference website or screenshot to create project design system.
design
@the-aico/frontend/design
Transform PRD or story into complete page/component designs with ASCII layouts and specs.
task-breakdown
@the-aico/frontend/task-breakdown
Break down PM story into frontend tasks following UI development order.
plan
@the-aico/frontend/plan
Create atomic implementation plan for a single frontend task with exact code and verification.
implement
@the-aico/frontend/implement
Execute frontend implementation with TDD. Write failing test first, then implement.
init
@the-aico/pm/init
Initialize PM environment by creating constitution document from template.
brainstorming
@the-aico/pm/brainstorming
Guide users through structured dialogue to transform vague ideas into clear, actionable product concepts.
user-story-writing
@the-aico/pm/user-story-writing
Transform requirements into well-structured User Stories with Given/When/Then acceptance criteria.
prd-writing
@the-aico/pm/prd-writing
Create comprehensive Product Requirements Documents defining what to build and why.
clarification
@the-aico/pm/clarification
Resolve requirement ambiguities through structured questioning with recommended options.
acceptance-criteria
@the-aico/pm/acceptance-criteria
Define clear, testable acceptance criteria using Given/When/Then (Gherkin) format.
competitor-analysis
@the-aico/pm/competitor-analysis
Research and analyze competitors with feature comparison and actionable recommendations.
story-acceptance
@the-aico/pm/story-acceptance
Verify and close stories after frontend/backend tasks are completed.
code-review
@the-aico/_shared/code-review
Request structured code review to catch correctness, security, performance, and readability issues.
subagent-driven
@the-aico/_shared/subagent-driven
Execute implementation plan by dispatching fresh subagent per task with two-stage review.
worktree
@the-aico/_shared/worktree
Create isolated git worktree for feature development with baseline test verification.