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.

原文の言語: 英語

更新
職業分類
DTPオペレーター
説明

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 件を表示しています。