Skip to main content

EMPIRIC2/TAC-to-IWXXM

SkillsMP hat 44 Skills aus EMPIRIC2/TAC-to-IWXXM gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.

Letzte erfasste Quellaktivität
SkillsMP-Katalog aktualisiert
gesammelte Skills
44
GitHub-Stars
4
GitHub-Forks
0

Es werden 40 von 44 gesammelten Skills angezeigt.

Beruf
Softwareentwickler
Beschreibung

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,…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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,…

Quellsprache: Englisch

Aktualisiert
Beruf
Netzwerk- und Computersystemadministratoren
Beschreibung

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.…

Quellsprache: Englisch

Aktualisiert
Beruf
Projektmanagementspezialisten
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Projektmanagementspezialisten
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Projektmanagementspezialisten
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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,…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Netzwerk- und Computersystemadministratoren
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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,…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Netzwerk- und Computersystemadministratoren
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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,…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Es werden 40 von 44 gesammelten Skills angezeigt.