Skip to main content

ai-driven-dev/aidd-framework

SkillsMP は ai-driven-dev/aidd-framework から 31 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

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

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

職業分類
その他コンピュータ職
説明

Detect the current project's state and open a hub of project actions - understand the project, set up or refresh the memory bank, or continue the AIDD development journey. Silently inspects the project, the AIDD setup, and which AIDD plugins are installed,…

原文の言語: 英語

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

Imagine and validate the technical architecture of a new SaaS through interactive Q&A, candidate-stack comparison, multi-agent audit, and an INSTALL.md output. Use when starting a new SaaS project, choosing a stack, designing the architecture pattern…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Initialize or refresh the project memory bank and ensure AI context files contain the project memory block. Use when running `aidd init` for the first time, bootstrapping a new project, or re-running the init flow on an existing project. Do NOT use for…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Generate context artifacts (skills, agents, rules, commands, hooks, plugins, marketplaces) across the host AI tool(s) the project uses. Use when the user wants to create, refactor, add or remove actions in a skill, migrate a legacy slash command into a…

原文の言語: 英語

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

Generate high-quality Mermaid diagrams from markdown content using a structured plan-validate workflow.

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Capture and store project-level learnings, conventions, and decisions surfaced during work into memory, decisions, or rules. Use proactively when the user states a durable project rule or convention ("for next", "always do X", "from now on", "going forward",…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Enumerate installed surfaces of the AI tool (skills, agents, commands, plugins, MCP servers, rules, hooks, memory files) and recommend the best match for the user's stated intent. Use proactively whenever the user asks the model to list, show, enumerate,…

原文の言語: 英語

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

Pure orchestrator for the full AIDD development flow. Use when a human (or Gardener) needs to take a free-form request from idea to shipped code, end-to-end. Coordinates spec generation, planning, implementation, review, and shipping by composing other skills…

原文の言語: 英語

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

Generate technical implementation plans, define component behaviors, and extract design details from images.

原文の言語: 英語

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

Execute an implementation plan phase by phase via the implementer agent, iterating until 100% completeness.

原文の言語: 英語

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

Assert features work as intended - general assertions, architecture conformance, and frontend UI validation.

原文の言語: 英語

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

Read-only codebase audit across quality pillars (code-quality, architecture, security, dependencies, performance, tests, ui). Diagnoses and reports findings; never edits code. Use when the user wants to assess, audit, or health-check a codebase or one…

原文の言語: 英語

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

Read-only review of a diff (a PR or working changes) - code quality against project rules, and feature behavior against the plan's acceptance criteria. Surfaces findings with a verdict; never patches. Use to review changes in progress. Do NOT use for a…

原文の言語: 英語

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

Write and iterate on tests until they pass, and validate user journeys end-to-end in the browser.

原文の言語: 英語

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

Improve code without breaking behavior across four axes - cleanup (clean-code + tech debt), performance, security, architecture. Scans and fixes, or fixes the findings of an audit report pushed in by the caller. Use when the user wants to refactor, clean up,…

原文の言語: 英語

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

Reproduce and fix bugs systematically using test-driven workflow, root cause analysis, and hypothesis validation.

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Iterative agent loop that tracks attempts and retries until a success condition is met. Use when the user says "for sure", "make sure", "keep trying until", "loop until done", "don't stop until", or needs guaranteed completion of a task with explicit success…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Single entry point for the async-dev pipeline (setup, run, review). Hybrid router decides which sub-flow to execute from $ARGUMENTS keyword (`setup` / `run` / `review`), trigger source (label `to-implement` / `to-review`, comment `@claude /implement` /…

原文の言語: 英語

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

Retrieve and display ticket information from the configured ticketing tool. Use when the user says "ticket info", "show ticket", "get ticket", "ticket details", "what's <id>", or invokes `/ticket-info`. Do NOT use for creating issues, commenting on tickets,…

原文の言語: 英語

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

Generate INVEST-compliant user stories from a feature description. Use when the user says "user stories", "create user stories", "write user stories for X", "INVEST stories", "draft stories", or invokes `/user-stories-create`. Do NOT use for writing code,…

原文の言語: 英語

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

Generate a structured Product Requirements Document from a feature description or user stories, validated with the user before save. Use when the user says "prd", "draft prd", "write prd", "product requirements for X", "generate a prd", or invokes `/prd`. Do…

原文の言語: 英語

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

Generate or refine a project spec from a free-form human request, an existing PRD, or reviewer findings. Use when the user says "draft spec", "spec for X", "refine the spec", "generate spec from prd", "/spec", or when an orchestrator needs a normalized…

原文の言語: 英語

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

Interactive brainstorming session to clarify and refine requests through iterative questioning. Use when user mentions unclear requirements, vague ideas, or needs clarification on features. Do NOT use for clear technical specs, implementation details, or when…

原文の言語: 英語

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

Rethink prior work to verify correctness against an agreed plan, classifying findings as deal-breakers, suggestions, or correct, with a confidence score. Use when the user says "challenge this", "rethink your plan", "is this correct", "review my last…

原文の言語: 英語

更新
職業分類
一般事務員
説明

Toggle terse output mode with intensity levels (lite, full, ultra) so prose drops articles, filler, and pleasantries while code, quoted errors, and security warnings stay verbatim. Also reports real token usage and estimated savings under condense mode for…

原文の言語: 英語

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

Analytical scan of a markdown artifact (idea, user-stories, PRD, spec) to surface blind spots - unstated assumption, missing actor, missing failure mode, ambiguous term, missing acceptance criterion, missing edge case, and missing dependency - emitting a…

原文の言語: 英語

更新
職業分類
一般事務員
説明

Verify factual claims in a piece of text against authoritative sources and rewrite it with footnote citations, hedging any claim that cannot be confirmed. Runs a cheapest-first verification cascade (project memory and docs, then codebase inspection, then web…

原文の言語: 英語

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

Create an atomic git commit with conventional message format. Use when the user says "commit", "git commit", "create a commit", "commit my changes", "commit and push", or invokes `/commit`. Do NOT use for amending existing commits, force-pushing, rebasing,…

原文の言語: 英語

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

Create a draft pull or merge request from the current branch. Use when the user says "open a pr", "open a pull request", "create a pr", "create a merge request", "open mr", "draft a pr for this branch", or invokes `/pull-request`. Do NOT use for committing…

原文の言語: 英語

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

Cut a semver release with annotated tag and release notes. Use when the user says "release", "tag", "tag this release", "bump version", "release v1.2.0", "cut a release", or invokes `/release-tag`. Do NOT use for plain commits without a tag, opening pull…

原文の言語: 英語

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

Create an issue in the configured ticketing tool. Use when the user says "new issue", "create an issue", "file a bug", "file an issue", "report bug", "open an issue", or invokes `/issue-create`. Do NOT use for committing changes, opening pull requests,…

原文の言語: 英語

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