Skip to main content

KeyValueSoftwareSystems/maestro

SkillsMP는 KeyValueSoftwareSystems/maestro에서 81개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
81
GitHub 스타
3
GitHub 포크
0

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

직업 분류
미분류
설명

Write or narrowly repair one decision-focused HLD from an approved PRD, maintained architecture context, and confirmed technical decisions in plain, skimmable technical English.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Write or narrowly repair one buildable repository LLD from an approved HLD, confirmed repo decisions, and bounded code evidence, including an implementation-complete data model and a frontend-ready API/client contract in concise, skimmable technical English.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Produce a concise, decision-focused high-level design (HLD) for a feature. Ground the direction in requirements and the existing system, record only material trade-offs, and write a developer-readable hld.md. Read-only except for the HLD and open-question…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Write or repair one final PRD from fully confirmed structured context in plain, skimmable technical English. Use only after the PRD interview is complete; never invent missing product decisions.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Produce a concise, buildable low-level design (LLD) for one repository. Ground it in that repo's code, show the implementation seam, responsibilities, critical flows, interfaces, state, and verification without repeating the HLD or padding irrelevant…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Convert legacy PRD and HLD documents into current concise structures while preserving every existing decision and adding no new product or architecture content.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Apply human-approved corrections to final design-document copies with minimal, validated edits and no unrelated rewriting.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Clarify material architecture decisions before an HLD is finalized. Generate feature-specific technical Grill questions, audit prior answers and contradictions, and collect grouped answers without drafting design prose.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Clarify only material repository implementation decisions before one repo LLD is written. Audit existing answers, inspect the bounded implementation seam, and ask feature-specific questions in grouped native popups.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Clarify product intent before a PRD is written. Summarize maintained project context, confirm the feature goal, generate feature-specific Grill questions, and resolve material behaviour and edge cases without scanning application code or drafting the PRD.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Lead agent for Maestro workflows — drives a workflow.yaml end-to-end by carrying out engine-served lead actions, dispatching workers, and asking humans. Front door for /maestro or $maestro with a feature slug and optional workflow file. Use when the user…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Scan the codebase and build a structured living-docs knowledge base (technical + functional per domain, plus an architecture diagram), and seed cross-cutting review lessons. Front door for /build-knowledge.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Scan the codebase to detect its technology stack(s), then install only the matching stack-tagged skills and agents (plus the always-installed core SDLC pack) by running the installer with a --stack filter. Front door for /detect-stack.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

One-shot onboarding for a repo — detect its tech stack and install the matching skills/agents (detect-stack), then build the living-docs knowledge base (build-knowledge). Run once when adopting Maestro in a codebase. Front door for /maestro-init or…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Review the per-stack LLDs and the cross-repo contract — analyze architecture gaps, security, scaling, reliability, data model, and contract soundness. Read-only; writes a review artifact. Front door for /architecture-review.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Review the backend implementation — security, contract adherence, correctness, backward compatibility, rate-limiting, performance/scaling, migrations, test gaps, observability. Read-only; writes a review artifact. Front door for /backend-review.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Author the frontend low-level design (LLD) for a feature — read the relevant frontend code to ground the design, then design component/state architecture, routing, the full UI-state matrix, the API it needs to consume, accessibility, performance, i18n, and…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Implement an approved frontend scope by consuming the cross-repo contract exactly, with all required UI states, meeting the frontend engineering standards (accessibility, performance, security, i18n, resilience). Edits code within scope only. Front door for…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Review the frontend implementation — UI-state completeness, accessibility, security, resilience, forms, performance, type safety, component quality, state management, responsive/i18n, test gaps. Read-only; writes a review artifact. Front door for…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Implement every task slice in one selected repository and return a verifiable worktree handoff.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Run the project's deterministic checks and produce an evidence-backed proof report plus a machine-readable proof marker. Never modifies code (writes only its proof artifacts). Front door for /verify.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Review one repository's exact implementation worktree and commit against its LLD and contract.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Build a validated, repo-specific parallel task DAG from an approved LLD and contract.

원문 언어: 영어

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

Distill a finished Maestro run into structured, keyed lessons staged for the engine to consolidate. Front door for /retrospect.

원문 언어: 영어

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

Generate the cross-repo API/event CONTRACT (OpenAPI) by reconciling the per-stack LLDs — the backend LLD (what it exposes) and the frontend LLD (what it consumes) — into the single boundary both build against. Also derives acceptance criteria and the affected…

원문 언어: 영어

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

Author the backend low-level design (LLD) for a feature — read the relevant backend code to ground the design, then design how the feature slots in — component/sequence design, data model + migration plan, the API/events the backend will expose, error…

원문 언어: 영어

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

Implement an approved backend scope against the cross-repo contract, test-first, meeting the backend engineering standards (security, backward compatibility, rate limiting, idempotency, migrations, observability, performance). Edits code within the approved…

원문 언어: 영어

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

Split an approved backend scope + contract into a small, ordered, test-first task list with a verification step per task and risk flags. Read-only planning — never edits code.

원문 언어: 영어

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

Make ONE bounded fix attempt at failing deterministic checks — root-cause first, editing only files related to the failure — then report. Front door for /fix-loop.

원문 언어: 영어

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

Split an approved frontend scope + contract into a small, ordered, test-first task list with a verification step per task and risk flags. Read-only planning — never edits code.

원문 언어: 영어

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

Author a FUNCTIONAL test-case catalog (human-readable, black-box) for a feature by deriving cases from the acceptance criteria, the HLD, and the cross-repo contract — one case per behavior a user or client can observe, positive + negative + edge, each…

원문 언어: 영어

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

Assemble a concise, evidence-backed PR/release review pack — what changed and why, impact, the verify proof, reviewer findings (fixed and deferred), and the exact decision needed. Read-only; writes the pack. Front door for /human-review-pack.

원문 언어: 영어

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

Author critical-journey E2E / UI-automation tests from the acceptance criteria (not from the implementation), run them in a clean env, and report. Meets QA standards (risk-tiering, isolation, determinism, no weakened assertions). Edits test files only. Front…

원문 언어: 영어

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

Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns.

원문 언어: 영어

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

Compose Multiplatform and Jetpack Compose patterns for KMP projects — state management, navigation, theming, performance, and platform-specific UI.

원문 언어: 영어

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

Generates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA),…

원문 언어: 영어

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

ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.

원문 언어: 영어

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

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate).

원문 언어: 영어

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

MySQL and MariaDB schema, query, indexing, transaction, replication, and connection-pool patterns for production backends.

원문 언어: 영어

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

PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.

원문 언어: 영어

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