Skip to main content

이 저장소의 skills

ai-driven-dev/framework - 2페이지

SkillsMP는 ai-driven-dev/framework에서 89개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

ai-driven-dev/framework

수집된 skill 89개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Cut a semver release with an annotated tag and release notes. Use when the user wants to release, tag a release, bump the version, or cut a version. Not for a plain commit, a pull request, or amending an existing tag.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Create an issue in the configured ticketing tool. Use when the user wants to file a bug, open an issue, or report a problem. Not for committing, opening a pull request, or commenting on an existing issue.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Produces or refines ordered User Stories from an Epic, Product Brief, PRD, or bounded request. Use when the user wants to slice, write, assess, order, or persist Stories. Not for Epics or implementation.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Produces a concise Product Brief before requirements. Use when the user wants to frame or revisit a product opportunity and how it will be validated. Not for requirements, technical design, or planning.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Produces or refines an outcome-based Epic for a product backlog. Use when the user wants to frame, review, resume, or persist an Epic. Not for Product Briefs, User Stories, or implementation.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Produces or refines a backlog Defect from an observed product mismatch. Use when the user wants to report, assess, link, order, transition, or verify a defect. Not for incident response, debugging, or implementation.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Clarify a vague product or technical intent through natural discovery. Use when the user has a half-formed idea, ambiguous request, or asks to brainstorm, discover, refine, or clarify. Not for artifact gap scans, planning, or code.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Creates or modifies infrastructure adapters in src/infrastructure/adapters/ and their corresponding port interfaces in src/domain/ports/. Use when adding a new I/O boundary (file system, HTTP, git, npm, OS), changing how an existing adapter translates errors,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Macro workflow for auditing a single domain layer against its authoritative layer skill, applying fixes, and gating the result. Use when you need to prove a layer skill on real code, clean up an existing layer after a skill update, or verify that a layer is…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Creates or modifies a capability class in domain/capabilities/ and its corresponding Has* interface in domain/tools/contracts.ts. Use when adding a new tool runtime behavior (agents, skills, commands, rules, mcp, hooks, settings, plugins), changing the…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Creates or modifies CLI commands in src/application/commands/. Use when adding a new command or subcommand, changing flags or the action handler, registering a command in cli.ts, or reviewing a command for thin-wrapper compliance. Do NOT use for implementing…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Creates or modifies domain types in src/domain/ — value objects, discriminant unions, and aggregate roots. Use when adding a new domain concept, defining invariants for an existing type, or placing a shared discriminant union that is used across multiple…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Macro workflow for building or changing a vertical slice of the CLI. Use as the entry point when adding a new end-to-end feature (domain → use-case → adapter → command → tests) or when a change touches multiple layers at once. Do NOT use for single-layer…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Creates or modifies pure string-transform functions in domain/formats/. Use when adding a new format module (toml, markdown, json, placeholders, command), implementing a lossless round-trip transform and its inverse, or writing exhaustive unit tests for an…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Creates or modifies tests in tests/ following the project's three-tier pyramid. Use when writing tests for a new or existing use-case, adapter, domain model, or CLI command; when reproducing a user-reported bug; or when auditing coverage. Do NOT use for…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Adds or modifies an AI tool definition in domain/tools/ai/ and wires its framework-build target. Use when defining a new AI assistant tool (composing AiTool<C> from Has* capabilities), changing an existing tool's capability intersection, adding or updating…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Creates or modifies application use-cases in src/application/use-cases/. Use when implementing business orchestration for a new feature, extracting a reusable shared use-case, adding a capability sub-use-case, or wiring a PostInstallPipeline delegation. Do…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Installs and configures the aidd-async-dev plugin in a target repo. Use when the user runs "/setup async dev", "configure async dev", "install async-dev plugin", or asks to set up Claude auto-implementation on issues. Do NOT use for running the async pipeline…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Runs one async development pipeline cycle: polls ready GitHub issues, resolves dependencies, locks the issue, delegates implementation to whichever SDLC capability is loaded at runtime, then writes audit log and SIEM webhook. Use when the user (or CI / cron /…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Handles the post-PR review-fix loop for runs created by this plugin's run skill. Collects review comments, decides whether to keep iterating, delegates fixes to whichever SDLC capability is loaded at runtime, and finalizes when stop conditions trigger. Use…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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, scaffold the rules directory, 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…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Generate Claude Code context artifacts - skills (router-based: SKILL.md + atomic testable actions + minimal evals), agents, and rules. Use when the user wants to create, refactor, add or remove actions in a skill, migrate a slash command into a skill, or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Capture and store learnings from recently implemented features into memory bank, decisions, or coding rules.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Help users discover installed skills and find the right one for their use case.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

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, and review by composing other skills and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Perform deep codebase analysis to identify technical debt, dead code, and improvement opportunities.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Review code quality against project rules and validate feature behavior against plan specifications.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Optimize code for performance and fix security vulnerabilities following OWASP guidelines.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Retrieve and display ticket information from the project's configured ticketing tool.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Generate well-structured user stories from feature requirements through iterative Product Owner questioning.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Generate a Product Requirements Document from a feature description or user stories.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Ultra-compressed communication mode. Cuts token usage ~75% while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra. Toggle on/off by invoking /clarity again. Use when user says "clarity", "less tokens", "be brief", or…

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Generates and refines a project spec from a free-form human request. The spec is the immutable target a planner consumes. Use when starting a new run, when an existing spec needs refinement after review, or when a human wants to draft a spec collaboratively.

원문 언어: 영어

업데이트
수집된 skill 89개 중 40개를 표시합니다.