Skip to main content

EMPIRIC2/TAC-to-IWXXM

SkillsMP는 EMPIRIC2/TAC-to-IWXXM에서 44개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

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

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

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

Pre-deploy gate. Verifies the deployment strategy is sound and all prerequisites are met. Walks through potential failure modes and mitigations with the user. Checks configuration, secrets, browser connectivity readiness (CORS + VITE_*), data management,…

원문 언어: 영어

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

Executes the deployment, runs API smokes (H1–H3) plus browser connectivity gates (H4–H5: CORS + frontend bundle wiring), health checks, changelog, and monitoring baseline. Final pipeline stage. Blocking — user must approve deployment results.

원문 언어: 영어

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

Orchestrator for feature and new_service sessions: adds product capabilities, scope/API/arch changes, breaking refactors, new dependencies, and multi-doc spec updates. Uses Cursor Plan mode as the default orchestrator for intake, Fn allocation, impact, and…

원문 언어: 영어

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

Reviews GitHub pull requests using the Katy Huff PR checklist, stevemao PR template checklists, deployed service CI and project rules, and Bugbot + Security Review subagents. Posts inline comments and a summary review body to the PR via gh CLI; records cycles…

원문 언어: 영어

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

Validates PyPI publish readiness for tac-validate, iwxxm-validate, and tac2iwxxm (F12–F14): OIDC trusted publishing, version tags, package boundaries, wheel copyright constraints, and hard perf gates at publish. Use before tagging, editing publish workflows,…

원문 언어: 영어

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

Investigates a deployed service in two layers: platform infra health (API up, DB migrations, secrets, deploy drift, GitHub main CI green via H0ci) and live behavior (API smokes, E2E tiers). AskQuestion-driven depth and budget before running checks.…

원문 언어: 영어

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

Recommended entry for every work session. Classifies session type (greenfield, feature, hotfix, integration, new_service, ops, process), allocates SNNN-slug, writes session-brief and routing-plan, sets active_session. Also gathers context: project mode writes…

원문 언어: 영어

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

Interviews the user to produce standing spec documents (feature-list, spec, user-journeys, test-plan, etc.) within an active session. Supports delta mode for feature/new_service sessions. If 00-context ran, pre-populates from context brief. Requires…

원문 언어: 영어

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

Verifies product plan documents by breaking them into provable statements, risk-classifying each (high/medium/low confidence), auto-approving high-confidence statements derived from user's own answers, and presenting medium/low confidence statements for user…

원문 언어: 영어

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

Creates project-specific Cursor hooks, rules, skills, and agents that prevent drift from the approved product plan. These are guardrails — not dev tools. Produces scope-checking hooks, plan-adherence rules, and domain-specific skills/agents tailored to the…

원문 언어: 영어

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

Interviews the user for technical details: architecture, deployment strategy, test plan specifics, integration points, package choices, and ADRs. Produces an execution plan, Build Plan Card (Plan-mode handoff), dependency inventory, ADRs, deployment plan, and…

원문 언어: 영어

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

Verifies technical plan documents by breaking them into provable statements, risk-classifying each, and presenting medium/low confidence statements for user review. Includes embedded consistency checking between technical plan and product plan. Runs a…

원문 언어: 영어

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

Creates development tooling: Cursor hooks for linting, formatting, typechecking, and testing; rules for spec-adherence, TDD, atomic commits, and build execution; and tool configuration files. Blocking stage — must complete before build execution begins.

원문 언어: 영어

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

Executes the implementation plan task-by-task following TDD ordering, spec-adherence rules, and atomic commit conventions. Starts each milestone batch in Cursor Plan mode (Build Plan Card) then switches to Agent mode for the Task Loop. Orchestrates parallel…

원문 언어: 영어

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

DEPRECATED redirect. Use 04-tech-plan for execution plans. Do not invoke build-planner for new work (RET-001 skill trim).

원문 언어: 영어

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

Greenfield session orchestrator: runs stages 00-context through 13-deploy-smoke for a new project inside an active_session with type greenfield. Requires 00-context to open the session and approve routing-plan.md (recommended). Combines phase gates,…

원문 언어: 영어

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

Overall verification that the implementation matches what the user wanted. Collects results from 09-qa and 10-e2e, performs feature-level completeness checking against the product plan, and walks the user through approval of each feature area. Produces…

원문 언어: 영어

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

Post-deployment surgical edits for hotfix sessions: bug fixes, patches, small behavioral changes, and dependency updates. Open via 00-context (type hotfix) or resume active_session. Use for production/local bugs — not new features (16-evolve) or greenfield…

원문 언어: 영어

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

Audits doc-planner output by breaking each document into provable (falsifiable) statements and walking the user through each one for approval, denial, or modification. Produces a document audit report, a decision log, and tracks progress with persistent state…

원문 언어: 영어

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

Executes the implementation plan from build-planner, task by task, following TDD ordering, spec-adherence rules, and atomic commit conventions. Orchestrates parallel agents for independent tasks, manages branches and PRs, runs gate checks, and keeps the…

원문 언어: 영어

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

Creates an execution plan from audited doc-planner specs, gets user approval (approve/deny/modify), sets up hooks for linting, formatting, and typechecking, and writes rules enforcing spec-adherence and TDD. Runs after doc-planner and audit-docs. Use when the…

원문 언어: 영어

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

Deploys deployed service to the configured target (Render, Docker, K8s, etc.), monitors CI/CD, validates migrations and API health, and runs post-deploy checks. Use when deploying, pushing to production, or validating a staging environment.

원문 언어: 영어

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

Plans and generates spec-driven development documents (roadmap, test plan, ADRs, feature list, API spec, etc.) for a repository. Requires the gather-context skill to have been run first — consumes the Research Brief it produces. Synthesizes findings into a…

원문 언어: 영어

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

Runs paper-analyst and repo-researcher agents in parallel, cross-references their findings, surfaces contradictions / ambiguities / decisions / bloat / uncertainty to the user via AskQuestion, and produces a Research Brief that downstream skills (doc-planner,…

원문 언어: 영어

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

Runs comprehensive verification after build-executor completes: linting, typechecking, formatting, and test suite via parallel subagents. Surfaces failures to the user with recommendations and approve/deny/modify choices. Use after build-executor passes…

원문 언어: 영어

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

DEPRECATED redirect. Use 02-verify-plan (product) or 05-verify-tech (tech). Do not invoke audit-docs for new work (RET-001 skill trim).

원문 언어: 영어

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

DEPRECATED redirect. Use 07-build for implementation. Do not invoke build-executor for new work (RET-001 skill trim).

원문 언어: 영어

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

DEPRECATED redirect. Use 13-deploy-smoke for deploy and live verification. Do not invoke deploy-verify for new work (RET-001 skill trim).

원문 언어: 영어

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

DEPRECATED redirect. Use 01-requirements for product specs. Do not invoke doc-planner for new work (RET-001 skill trim).

원문 언어: 영어

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

DEPRECATED redirect. Use 00-context for session open and context briefs. Do not invoke gather-context for new work (RET-001 skill trim).

원문 언어: 영어

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

DEPRECATED redirect. Use 08-verify-build for milestone gates. Do not invoke verify-build for new work (RET-001 skill trim).

원문 언어: 영어

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

Download or copy a PDF into the repo, extract page-marked text under .local/ (gitignored), and write focused mining notes under docs/domain/mining/ (transitory). Promote durable citations into TAC_VALIDATION / IWXXM_CONVERSION / IWXXM_VALIDATION via…

원문 언어: 영어

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

Mines authoritative TAC validation, TAC→IWXXM conversion, and IWXXM validation sources into docs/domain/: lean canonicals (TAC_VALIDATION, IWXXM_CONVERSION, IWXXM_VALIDATION) + rules/ catalog, with dense digs under mining/ (transitory). Use when the user asks…

원문 언어: 영어

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

Canonical workflow when any failure is caught (14-hotfix, 15-service-health, build, e2e, CI). One bug = one markdown report in docs/bug-reports/, one repro test in tests/bugs/, one fix. Requires error logs + description, persistent investigation in the MD…

원문 언어: 영어

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

Runs quality checks at milestone boundaries during the build. Auto-corrects lint and format issues without blocking. Only blocks on test failures, type errors, or security issues that require user decisions. Invoked by 07-build at milestone and phase…

원문 언어: 영어

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

Post-build quality assurance. Runs full lint, format, typecheck, security, dependency, data-staging, Modal workspace, and cross-file checks on the entire codebase. Writes `{artifacts_dir}/reports/qa-report.md` with blocking vs advisory findings. Runs in…

원문 언어: 영어

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

Verifies that user journeys from product requirements work end-to-end. Mechanism is adaptive: browser automation for web apps, API calls for services, shell execution for CLIs, import/call for libraries. Runs asynchronously in parallel with 09-qa. Results…

원문 언어: 영어

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

Reviews Cursor agent conversation logs and pipeline skills 00-19 against project artifacts, then interviews the user with batched AskQuestion prompts to capture what went well, what to improve, and brainstorm process fixes. Ends with an interactive…

원문 언어: 영어

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

Works through pull request review findings one-by-one or in batches: triages GitHub review comments (including 18-pr-review output), confirms fix approach with the user, applies TDD for blockers, commits atomically, replies and resolves threads, pushes,…

원문 언어: 영어

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

Add and update NumPy-style docstrings for Python modules, classes, and functions, and TSDoc comments for TypeScript modules, classes, interfaces, and functions. Use when documenting code, writing docstrings, adding API comments, improving module docs, or when…

원문 언어: 영어

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