Skip to main content

yellinzero/aico

SkillsMP は yellinzero/aico から 23 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
23
GitHub スター
1
GitHub フォーク
0

収集済み skill 23 件中 23 件を表示しています。

職業分類
ソフトウェア開発者
説明

Execute backend task implementation with TDD. Read task file, execute steps, verify each, update status. Use this skill when: - User asks to "implement task/plan", "start implementation", "execute plan", or "start coding" - Have task file (story-* or…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Create or enhance backend tasks with detailed implementation steps. Supports TWO modes: MODE A: Enhance existing task (add detailed steps to task in file) MODE B: Create new standalone task file (can contain single or multiple tasks) IMPORTANT: This skill…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Break down PM story into organized tasks in a single file following LAYERED ARCHITECTURE order: Types → Database → Repository → Service → API → Tests. UNIQUE VALUE: Creates single task file (story-{name}.md) containing all tasks for a story. Tasks are ordered…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Break down PM story into organized tasks in a single file following UI DEVELOPMENT order: Setup → Static UI → Dynamic Logic → Interactions → Testing. UNIQUE VALUE: Creates single task file (story-{name}.md) containing all tasks for a story. Tasks are ordered…

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Verify and close stories after frontend/backend tasks are completed. Check ALL related task files, update story acceptance criteria checkboxes. UNIQUE VALUE: Ensures BOTH frontend AND backend tasks are verified before closing story. Prevents premature story…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Execute implementation plan by dispatching fresh subagent per task. Each task gets: Implementer → Spec Review → Quality Review. Two-stage review ensures both correctness and quality. Use this skill when: - Have implementation plan with multiple independent…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Create isolated git worktree for feature development. Handles directory selection, gitignore verification, project setup, and baseline test verification. Use this skill when: - Starting feature work that needs isolation from current workspace - Before…

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Initialize PM environment by creating constitution document from template. Use this skill when: - Running /pm.init command - User asks to "initialize PM", "setup product management", "create constitution" - Starting a new project and need to establish product…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Initialize backend environment by creating constraints document from template. Use this skill when: - Running /backend.init command - User asks to "initialize backend", "setup backend environment" - Starting backend work and need to establish tech stack and…

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

Execute frontend task implementation with TDD. Read task file, execute steps, verify each, update status. Use this skill when: - User asks to "implement task/plan", "start implementation", "execute plan", or "start coding" - Have task file (story-* or…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Initialize frontend environment by creating design system and constraints documents from templates. Use this skill when: - Running /frontend.init command - User asks to "initialize frontend", "setup frontend environment" - Starting frontend work and need to…

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

Create or enhance frontend tasks with detailed implementation steps. Supports TWO modes: MODE A: Enhance existing task (add detailed steps to task in file) MODE B: Create new standalone task file (can contain single or multiple tasks) IMPORTANT: This skill…

原文の言語: 英語

更新
職業分類
ウェブ・デジタルインターフェースデザイナー
説明

Transform PRD or story into complete page/component designs with ASCII layouts, component specs, interaction flows, and frontend implementation prompts. Use this skill when: - User asks to "design the page", "design component", "create page design" - User…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Define clear, testable acceptance criteria using Given/When/Then (Gherkin) format that can be directly used for testing. Use this skill when: - User asks for "acceptance criteria", "AC", "test criteria", "done criteria" - User asks "how do we know it's…

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Guide users through structured dialogue to transform vague ideas into clear, actionable product concepts. Uses one-question-at-a-time approach with multiple choice options. Use this skill when: - User says "I have an idea", "I want to build", "let me think…

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Resolve requirement ambiguities through STRUCTURED questioning: one question at a time, with recommended options and reasoning. UNIQUE VALUE: Prevents overwhelming users with multiple questions. Provides expert recommendations for each decision. Use this…

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Create comprehensive Product Requirements Documents (PRD) that define what to build and why, focusing on goals, scope, user stories, and success criteria without implementation details. Use this skill when: - User asks to "write a PRD", "create PRD", "write…

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Transform requirements into well-structured User Stories using "As a [user], I want [goal], So that [benefit]" format with Given/When/Then acceptance criteria. Use this skill when: - User asks to "write user story", "create story", "add story" - User mentions…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Request structured code review to catch correctness, security, performance, and readability issues. Reviews should happen early and often. Use this skill when: - Completing a task and need quality check - After major feature implementation - Before merging to…

原文の言語: 英語

更新
職業分類
ウェブ・デジタルインターフェースデザイナー
説明

Extract design tokens (colors, typography, spacing, effects) from reference website or screenshot to create project design system. UNIQUE VALUE: Creates standardized design-system.md file with all design tokens extracted systematically. Use this skill when: -…

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Research and analyze competitors with STRUCTURED output: feature comparison matrix, strengths/weaknesses analysis, and actionable recommendations. UNIQUE VALUE: Creates standardized competitor analysis document with feature matrix and strategic…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Execute implementation plan by dispatching fresh subagent per task. Each task gets: Implementer → Spec Review → Quality Review. Two-stage review ensures both correctness and quality. Use this skill when: - Have implementation plan with multiple independent…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Create isolated git worktree for feature development. Handles directory selection, gitignore verification, project setup, and baseline test verification. Use this skill when: - Starting feature work that needs isolation from current workspace - Before…

原文の言語: 英語

更新
収集済み skill 23 件中 23 件を表示しています。