Skip to main content

jb-612/tirvi

SkillsMP는 jb-612/tirvi에서 42개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

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

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

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

DDD 7-Layer scaffold before TDD. Transforms approved user stories, acceptance criteria, functional design, and feature task breakdown into a production-grade, layered code skeleton — folders, interfaces, aggregates, value objects, domain events, test…

원문 언어: 영어

업데이트
직업 분류
컴퓨터 시스템 분석가
설명

3-round multi-tier design review with 6 specialist reviewers (including HLD compliance), adversary challenge, cross-debate, and synthesis. Use during design pipeline stages 5/7 or standalone before TDD build.

원문 언어: 영어

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

Run design + review + TDD for 2-4 coupled features concurrently via native teams. Each feature gets a dedicated fresh-context designer + runner; team-lead brokers coupling decisions in real-time and runs a consolidated cross-feature review before the user…

원문 언어: 영어

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

Clean-slate architecture research for brownfield modernization. Evaluates open-source alternatives, design patterns, and build-vs-adopt decisions using multi-agent research teams with adversary debate. Part of the Brownfield Refactoring Toolkit.

원문 언어: 영어

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

Multi-perspective research with parallel agents — web research, codebase analysis, graph queries, and cost/risk analysis — synthesized into a structured report for design decisions.

원문 언어: 영어

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

11-stage pipeline — HLD-driven design, PRD-driven stories via meeting room brainstorm, 2-round review, HLD-traced task breakdown, user approval. ACM graph-compatible traceability.

원문 언어: 영어

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

Cross-module boundary tests between layers

원문 언어: 영어

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

Lightweight refactoring design skill — scaffolds workitems, fills design.md and tasks.md from existing research, single HITL gate. Skips user stories and multi-round review since behavior is already pinned by characterization tests.

원문 언어: 영어

업데이트
직업 분류
컴퓨터 시스템 분석가
설명

Software/architecture design pipeline. Runs when @biz-functional-design has already produced stories + test plans for a feature. Extracted from @design-pipeline Stages 2, 2.5, 4, 4b, 5–11; skips PRD-driven story generation. ACM graph-compatible traceability.

원문 언어: 영어

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

Break a feature design into atomic, testable tasks with estimates, dependencies, and test paths. Reusable standalone skill invoked by @design-pipeline or independently.

원문 언어: 영어

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

Flutter/Dart TDD micro-cycle engine. Widget tests, Riverpod provider tests, golden tests, 3-agent separation, traceability updates.

원문 언어: 영어

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

Go-native TDD micro-cycle engine. Table-driven tests, *_test.go co-located, 3-agent separation, gocyclo CC≤5, traceability updates.

원문 언어: 영어

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

TDD router — validates prerequisites, detects language from task file paths, delegates to @tdd-go or @tdd-flutter. Use --accept-all to skip mode selection in the delegated skill.

원문 언어: 영어

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

Write Chicago-school functional, smoke, and regression test CODE from STD test definitions in traceability.yaml. Tests through public APIs with real collaborators, mocking only at system boundaries via shared fake registry.

원문 언어: 영어

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

Generate canonical fake implementations (working in-memory test doubles) from port interfaces in the hexagonal architecture. Maintains a shared fake registry in pkg/testutil/fakes/ that all test-writing skills import from.

원문 언어: 영어

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

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or…

원문 언어: 영어

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

Code review for DDD 7L scaffold output. Skips Phase 1 quality gates (intentional NotImplemented failures expected) and runs design-aware Phase 2 review. Invoked at each gate during @ddd-7l-scaffold (after L1+L2, after L3, after L4+L5, after L6+L7). Outputs…

원문 언어: 영어

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

Produce epic-level Software Test Design (STD.md) with functional, smoke, regression tests and E2E anchors, plus feature-test traceability YAML.

원문 언어: 영어

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

Business functional design from PRD and market research — feature-by-feature user stories, DDD alignment, functional/behavioural test plans, ontology YAMLs, multi-agent review, adversarial loop, deferred-finding Git issues. Long-running; stops at design phase…

원문 언어: 영어

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

Cross-layer traceability queries. Answer "which tests cover X?", "what implements Y?", "find untested paths".

원문 언어: 영어

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

Adversarial testing loop inspired by autoresearch. Generate adversarial cases, run against agent, evaluate, accumulate findings.

원문 언어: 영어

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

Write dual-lens characterization tests — pinning code behavior AND validating product intent. Reads reverse PRD + behavioral spec + ACM graph to produce tests that catch both regressions and intent violations. Part of the Brownfield Refactoring Toolkit.

원문 언어: 영어

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

2-phase code review — Phase 1 automated quality gates, Phase 2 three-agent parallel manual review with master synthesis. Use when reviewing PRs, inspecting code, or auditing a module.

원문 언어: 영어

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

Conventional commits with traceability. Enforces commit format, runs pre-commit validation, and handles protected path HITL gate. Extracted from feature-completion.

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Visualise the chain-of-thought of a design-pipeline run as light Mermaid diagrams. Reads a feature workitem's meeting-room + review-r1/r2/r3 markdown and emits 6 views (review DAG, meeting-room convergence, finding timelines, graveyard of overruled claims,…

원문 언어: 영어

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

Creates and updates Mermaid diagrams for architecture, workflows, and data flows. Auto-invoked during planning for architecture diagrams.

원문 언어: 영어

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

Create, update, classify, and archive docs in docs/. Enforces naming, versioning, folder placement, and lifecycle rules.

원문 언어: 영어

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

Post-code-review validation before commit. Lighter than @code-review — assumes automated gates + manual review already passed. Use when @code-review is done and tasks.md shows 100% complete.

원문 언어: 영어

업데이트
직업 분류
고객 서비스 담당자
설명

Info-only answer lane. No artifact, no review, no design. Use for questions where the user wants information and does not intend to build or change anything yet. Offers an opt-in to save the exchange as an idea for @ideation.

원문 언어: 영어

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

Short design cycle for single-file / small-scope bug fixes. Skips @design-pipeline and @design-review (no meeting room, no adversary, no 6-specialist R1), but keeps a 1-page impact note, a 2-reviewer light check, @test-design scoped to the bug, /tdd,…

원문 언어: 영어

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

Produce a short idea memo for later research or design. Lightweight front door — no review ceremony, no design pipeline. Use when the user wants to capture a thought, not commit to building anything yet.

원문 언어: 영어

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

Produce impact review for unplanned changes

원문 언어: 영어

업데이트
직업 분류
그래픽 디자이너
설명

Takes a Markdown narrative + Mermaid diagrams (.md / .mmd) and a brand asset folder, and produces a print-ready, editorially-reviewed A4 PDF. Diagrams are pre-rendered to SVG/PNG, content is paginated by hand to avoid bottom-clipping, and the result passes…

원문 언어: 영어

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

Launch parallel AI code reviews with multiple reviewers, then synthesize results.

원문 언어: 영어

업데이트
직업 분류
데스크톱 출판 전문가
설명

Generate PDF from Markdown with Mermaid diagrams. Pre-renders Mermaid to SVG, manages page breaks, converts via md-to-pdf.

원문 언어: 영어

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

Phase completion validation — verifies all features in a phase are complete, checks quality gates, and updates PLAN.md. Use when all features in a phase are done and ready for sign-off.

원문 언어: 영어

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

Reverse-engineer a Product Requirements Document from an existing codebase. Reconstructs product vision, personas, user stories, and business processes by analyzing code structure (ACM), runtime behavior (Sweep), and domain context. Part of the Brownfield…

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Run a Claude Code coding agent inside a sandboxed Docker container with the claudeium SDLC harness pre-loaded. Use for autonomous coding tasks that need isolation from the host.

원문 언어: 영어

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

Analyze Runtime Sweep output — correlate with ACM knowledge graph, produce behavioral specifications and characterization test templates. Use after running sweep-observ against a target application.

원문 언어: 영어

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

Run quality gates — unit tests, linting, SAST, SCA, complexity, coverage. Use when running tests, checking code quality, or validating before commit.

원문 언어: 영어

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