Skip to main content
jjyung
GitHub creator profile

jjyung

Repository-level view of 19 collected skills across 6 GitHub repositories.

skills collected
19
repositories
6
updated
Aug 28, 2026
repository explorer

Repositories and representative skills

adr
software-developers

Capture architecture decisions as lightweight ADR documents. Use when making design choices that affect project structure, technology selection, or architectural direction. Also use during code review when spotting implicit decisions. Triggers on: "adr",…

May 29, 2026
dev-flow
software-developers

Contract-first development workflow: contract → code → verify → fix (loop). Drives development from persistent specifications, enabling parallel frontend/backend work. Use PROACTIVELY when implementing features, fixing bugs, refactoring, or making code…

May 29, 2026
docs-gen
software-developers

Generate and update project documentation — README, API docs, code comments, ADRs, and CHANGELOG. Detects existing documentation conventions and matches project style. Use PROACTIVELY when asked to "document", "write docs", "add comments", "update README",…

May 29, 2026
orchestrate
software-developers

Multi-agent orchestration for complex development tasks. Breaks down large work, delegates to specialized agents, manages contracts, and drives the fix loop. Use when tasks span multiple domains, require parallel execution, or need full lifecycle management.…

May 29, 2026
pr-review
software-quality-assurance-analysts-and-testers

Systematic code review for pull requests. Analyzes diff across 5 dimensions: correctness, security, quality, testing, and style. Use PROACTIVELY when reviewing PRs, analyzing code changes, or asked to "review", "audit", "check". Triggers on: "review this PR",…

May 29, 2026
test-gen
software-quality-assurance-analysts-and-testers

Analyze source code and generate meaningful tests — unit, integration, and E2E. Detects project test framework, conventions, and existing test patterns automatically. Use PROACTIVELY when asked to "add tests", "write tests", "test this", "cover with tests",…

May 29, 2026
qa-e2e-verifier
software-quality-assurance-analysts-and-testers

Validate web delivery against requirement acceptance criteria with E2E and NFR gates. Use when user asks QA to verify whether a feature/scenario is complete (for example REQ-LIB-001), run Playwright after frontend/backend preflight checks, and produce or…

Mar 12, 2026
pg-task-orchestrator
project-management-specialists

Orchestrate PG delivery from planning to implementation by splitting tasks across BE/FE, managing handoff gates, executing staged implementation, running checks, and producing delivery summaries. Use when user asks PG to continue execution after task planning…

Mar 11, 2026
architecture-planner
software-developers

Plan and document system-level architecture from requirement documents for MVP delivery. Use when user asks Archi to produce architecture outputs (e.g., ARCH-*.md) with C4 context, deployment topology, NFR strategy, cost/complexity tradeoffs, and explicit SD…

Mar 4, 2026
sd-docs-producer
software-developers

Produce SD deliverables from requirements and architecture documents, including OpenAPI contract, schema docs, and per-API flow docs. Use when user asks SD to generate implementation-ready design artifacts under docs/openapi.yaml, docs/schema/, and docs/api/.

Mar 4, 2026
scenario-requirements-writer
project-management-specialists

Analyze scenario documents and related Figma export materials, then generate a structured requirements analysis file with FR/NFR/AC, risk items, business error-code mapping, and traceability metadata. Use when user asks to analyze a scenario (e.g., SCN-*) and…

Mar 2, 2026
Showing 6 of 6 repositories
All repositories loaded