mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
feat(flatten): rewrite moved-file paths for flat layout
Re-point relative references inside the six non-tailscale/workflow-architect
bundle dirs now that they live one level shallower at the repo root:
- bundle-root SKILL.md/manifest.yaml/README.md: ../../<target> -> ../<target>,
cross-bundle ../../bundles/<x> -> ../<x>
- forward-deployed-engineering references/: ../../../<target> -> ../../<target>
- product-lifecycle references cross-bundle ../../bundles/neckbeard -> ../../neckbeard
- product-lifecycle references/discovery-brief.md prose headings drop bundles/ prefix
- neckbeard eval shell commands bundles/neckbeard/eval -> neckbeard/eval
- production-excellence AGENTS.md depth note updated
- manifest header comments point at ../schemas/bundle-manifest-v1.schema.json
- regenerate docs/lifecycle-capability-matrix.{md,json}
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
parent
42447b23eb
commit
a315b77bd8
File diff suppressed because it is too large
Load Diff
+239
-239
@@ -10,12 +10,12 @@ the migration path, and the field definitions. Regenerate with
|
||||
|
||||
| Bundle | Purpose | Audience | Lifecycle stages | Included skills | Prerequisites | Outputs | Handoffs | Conflicts | Eval suite |
|
||||
|---|---|---|---|---|---|---|---|---|---|
|
||||
| agent-production-operations | Operate an evaluated agent with tools and authority in production through a runtime control plane covering versioning, staged rollout, fallback, cost and latency budgets, tool health, human escalation, disablement, and trace-to-eval feedback. | Agent operators and platform teams running evaluated agents with tools and delegated authority in production; agents that need the runtime control decisions between evaluation, release, SRE, security, and platform specialists. | Contract definition → Versioning and rollout planning → Staged rollout → Runtime monitoring → Trace-to-eval feedback → Learning and disablement | ../../agent-evals-and-observability/SKILL.md, ../../release-engineering/SKILL.md, ../../site-reliability-engineering/SKILL.md, ../../secure-software-engineering/SKILL.md, ../../platform-engineering/SKILL.md, ../../production-readiness/SKILL.md, ../../incident-learning/SKILL.md, ../../privacy-engineering/SKILL.md | Agent evaluation results and observability instrumentation(../../agent-evals-and-observability/SKILL.md); Production-readiness evidence (go/no-go/defer/exception outcomes)(../../production-readiness/SKILL.md); Incident-learning records (verified closure, follow-up work map)(../../incident-learning/SKILL.md); Release pipeline and artifact promotion baseline(../../release-engineering/SKILL.md) | agent-production-contract, runtime-control-plan, staged-rollout-plan, tool-authority-health-record, trace-to-eval-feedback-loop, disablement-record | staged-rollout-plan → release-engineering; trace-to-eval-feedback-loop → agent-evals-and-observability; tool-authority-health-record → incident-learning; disablement-record → human operator | ../../production-readiness/SKILL.md (with production-excellence); ../../production-readiness/SKILL.md (with product-lifecycle); ../../release-engineering/SKILL.md (with production-excellence); ../../release-engineering/SKILL.md (with product-lifecycle); ../../site-reliability-engineering/SKILL.md (with production-excellence); ../../site-reliability-engineering/SKILL.md (with product-lifecycle); ../../secure-software-engineering/SKILL.md (with production-excellence); ../../secure-software-engineering/SKILL.md (with product-lifecycle); ../../platform-engineering/SKILL.md (with production-excellence); ../../platform-engineering/SKILL.md (with product-lifecycle); ../../incident-learning/SKILL.md (with production-excellence); ../../privacy-engineering/SKILL.md (with product-lifecycle) | evals/evals.json |
|
||||
| forward-deployed-engineering | Carry an embedded technical engagement from ambiguous stakeholder need through discovery, framing, hypothesis, build, evaluation, deployment, adoption, measurement, and generalization while preserving decision rights, evidence, handoffs, and reusable field learning. | Technical leads and agents embedded across stakeholder discovery, implementation, production fit, adoption, and measurable workflow outcomes; this is a continuity layer that routes specialist methods rather than replacing them. | Discover → Frame → Hypothesize → Build → Evaluate → Deploy → Adopt → Measure → Generalize | ../../product-discovery/SKILL.md, ../../product-design-and-ux/SKILL.md, ../../product-experimentation/SKILL.md, ../../agent-evals-and-observability/SKILL.md, ../../implementation-planning/SKILL.md, ../../backend-engineering/SKILL.md, ../../frontend-engineering/SKILL.md, ../../data-engineering/SKILL.md, ../../qa-methodology/SKILL.md, ../../verification-methodology/SKILL.md, ../../production-readiness/SKILL.md, ../../release-engineering/SKILL.md, ../../platform-engineering/SKILL.md, ../../remote-systems-administration/SKILL.md, ../../product-adoption/SKILL.md, ../../product-analytics-and-measurement/SKILL.md, ../../site-reliability-engineering/SKILL.md, ../../product-lifecycle-learning/SKILL.md, ../../product-methodology/SKILL.md, ../../privacy-engineering/SKILL.md, ../../secure-software-engineering/SKILL.md | Stakeholder request or observed workflow opportunity and a named accountable lead; Authority to conduct non-destructive discovery with access to relevant stakeholders or workflow evidence | engagement-charter, stakeholder-workflow-map, assumptions-decisions-risks-ledger, engagement-status, stage-handoff-record, evaluation-and-release-decision, adoption-scorecard, outcome-measurement-record, productization-record, field-learning-record | stage-handoff-record → next lifecycle stage; evaluation-and-release-decision → production-readiness and release specialists; adoption-scorecard → adoption and measurement specialists; productization-record → product, platform, or receiving delivery owner; field-learning-record → engagement sponsor | ../../product-discovery/SKILL.md (with product-lifecycle); ../../product-discovery/SKILL.md (with research-and-vault); ../../product-experimentation/SKILL.md (with product-lifecycle); ../../implementation-planning/SKILL.md (with product-lifecycle); ../../production-readiness/SKILL.md (with production-excellence); ../../production-readiness/SKILL.md (with product-lifecycle); ../../release-engineering/SKILL.md (with production-excellence); ../../release-engineering/SKILL.md (with product-lifecycle); ../../platform-engineering/SKILL.md (with production-excellence); ../../platform-engineering/SKILL.md (with product-lifecycle); ../../platform-engineering/SKILL.md (with agent-production-operations); ../../secure-software-engineering/SKILL.md (with production-excellence); ../../secure-software-engineering/SKILL.md (with product-lifecycle); ../../secure-software-engineering/SKILL.md (with agent-production-operations); ../../privacy-engineering/SKILL.md (with product-lifecycle); ../../privacy-engineering/SKILL.md (with agent-production-operations); ../../qa-methodology/SKILL.md (with production-excellence); ../../qa-methodology/SKILL.md (with product-lifecycle); ../../verification-methodology/SKILL.md (with production-excellence); ../../verification-methodology/SKILL.md (with product-lifecycle); ../../site-reliability-engineering/SKILL.md (with production-excellence); ../../site-reliability-engineering/SKILL.md (with product-lifecycle); ../../site-reliability-engineering/SKILL.md (with agent-production-operations); ../../data-engineering/SKILL.md (with production-excellence); ../../product-adoption/SKILL.md (with product-lifecycle); ../../product-analytics-and-measurement/SKILL.md (with product-lifecycle); ../../product-lifecycle-learning/SKILL.md (with product-lifecycle); ../../agent-evals-and-observability/SKILL.md (with agent-production-operations); ../../production-readiness/SKILL.md (with agent-production-operations); ../../release-engineering/SKILL.md (with agent-production-operations); ../../product-design-and-ux/SKILL.md (with neckbeard); ../../product-discovery/SKILL.md (with neckbeard); ../../qa-methodology/SKILL.md (with neckbeard); ../../release-engineering/SKILL.md (with neckbeard); ../../secure-software-engineering/SKILL.md (with neckbeard); ../../site-reliability-engineering/SKILL.md (with neckbeard); ../../verification-methodology/SKILL.md (with neckbeard); ../../product-design-and-ux/SKILL.md (with product-lifecycle); ../../product-methodology/SKILL.md (with product-lifecycle) | evals/evals.json |
|
||||
| neckbeard | A disciplined SDLC delivery operating model for non-trivial software change — fix, build, refactor, review, verify, or release — that routes the work through framing, discovery, design, implementation, review, verification, delivery, and learning, choosing the smallest *safe* intervention, proving it at the real delivery boundary, and leaving an inspectable evidence ledger. | Software engineers and agents delivering non-trivial software changes (bug fixes, features, refactors, reviews, releases) that need a bounded, stage-aware path to a defensible 'done' with recorded evidence; teams running issue-to-PR change-request journeys with gates and an authorized release. | Intake and framing → Current-state discovery → Design → Specification → Test planning → Implementation → Review and verification → Readiness and release | ../../product-discovery/SKILL.md, ../../software-architecture-analysis/SKILL.md, ../../systematic-debugging/SKILL.md, ../../api-design-and-evolution/SKILL.md, ../../product-design-and-ux/SKILL.md, ../../spec-driven-development/SKILL.md, ../../qa-methodology/SKILL.md, ../../secure-software-engineering/SKILL.md, ../../web-accessibility/SKILL.md, ../../verification-methodology/SKILL.md, ../../technical-documentation/SKILL.md, ../../release-engineering/SKILL.md, ../../site-reliability-engineering/SKILL.md | A non-trivial change request, issue, or task with a verifiable contract; Current-state evidence (repository, tests, config, recent history)(../../software-architecture-analysis/SKILL.md); Change contract and evidence ledger entries(../../verification-methodology/SKILL.md) | change-contract, evidence-ledger, delivery-packet, implementation-plan, verification-report, release-record | verification-report → verification-methodology; release-record → release-engineering; delivery-packet → human reviewer; evidence-ledger → next change (via evidence ledger) | ../../product-discovery/SKILL.md (with product-lifecycle); ../../product-design-and-ux/SKILL.md (with product-lifecycle); ../../spec-driven-development/SKILL.md (with product-lifecycle); ../../qa-methodology/SKILL.md (with product-lifecycle); ../../qa-methodology/SKILL.md (with production-excellence); ../../secure-software-engineering/SKILL.md (with product-lifecycle); ../../secure-software-engineering/SKILL.md (with production-excellence); ../../secure-software-engineering/SKILL.md (with agent-production-operations); ../../verification-methodology/SKILL.md (with product-lifecycle); ../../verification-methodology/SKILL.md (with production-excellence); ../../release-engineering/SKILL.md (with product-lifecycle); ../../release-engineering/SKILL.md (with production-excellence); ../../release-engineering/SKILL.md (with agent-production-operations); ../../site-reliability-engineering/SKILL.md (with product-lifecycle); ../../site-reliability-engineering/SKILL.md (with production-excellence); ../../site-reliability-engineering/SKILL.md (with agent-production-operations) | evals/evals.json |
|
||||
| product-lifecycle | Route a product through its full lifecycle — discovery, strategy and portfolio choice, roadmap, UX and requirements, experimentation, delivery handoff, adoption, success, and lifecycle review — by composing existing specialist product skills with phase-entry evidence, handoff artifacts, and escalation rules. | Product managers, product operations, and portfolio teams navigating a product across multiple lifecycle phases; agents that need to know which specialist skill to load at each phase and what evidence to hand off to the next phase. | Discovery → Strategy and portfolio choice → Roadmap → UX and requirements → Experimentation → Delivery handoff → Adoption → Success → Lifecycle review | ../../product-discovery/SKILL.md, ../../product-strategy/SKILL.md, ../../strategy-frameworks/SKILL.md, ../../product-roadmapping-and-portfolio/SKILL.md, ../../product-design-and-ux/SKILL.md, ../../product-experimentation/SKILL.md, ../../implementation-planning/SKILL.md, ../../production-readiness/SKILL.md, ../../release-engineering/SKILL.md, ../../product-adoption/SKILL.md, ../../product-analytics-and-measurement/SKILL.md, ../../conditional-customer-success/SKILL.md, ../../product-lifecycle-learning/SKILL.md, ../../product-methodology/SKILL.md, ../../product-operations-and-governance/SKILL.md, ../../financial-modeling/SKILL.md, ../../go-to-market/SKILL.md, ../../data-scientist/SKILL.md, ../../spec-driven-development/SKILL.md, ../../privacy-engineering/SKILL.md, ../../secure-software-engineering/SKILL.md, ../../verification-methodology/SKILL.md, ../../qa-methodology/SKILL.md, ../../site-reliability-engineering/SKILL.md, ../../platform-engineering/SKILL.md, ../../bundles/neckbeard/SKILL.md | Product idea, market signal, or stakeholder request; Problem statement and discovery log(../../product-discovery/SKILL.md); Strategic assessment and portfolio decision(../../product-strategy/SKILL.md); Roadmap entry and bet record(../../product-roadmapping-and-portfolio/SKILL.md); UX contracts and acceptance criteria(../../product-design-and-ux/SKILL.md); Experiment readout and assumptions register(../../product-experimentation/SKILL.md) | lifecycle-evidence-ledger, problem-statement, strategic-assessment, roadmap-entry, interface-contracts, experiment-brief, implementation-plan, readiness-verdict, release-plan, adoption-plan, outcome-measurement, outcome-review, lifecycle-decision | readiness-verdict → production-excellence bundle; implementation-plan → delivery team; lifecycle-evidence-ledger → next phase (via evidence ledger); lifecycle-decision → product-lifecycle-learning | ../../production-readiness/SKILL.md (with production-excellence); ../../production-readiness/SKILL.md (with agent-production-operations); ../../release-engineering/SKILL.md (with production-excellence); ../../release-engineering/SKILL.md (with agent-production-operations); ../../site-reliability-engineering/SKILL.md (with production-excellence); ../../site-reliability-engineering/SKILL.md (with agent-production-operations); ../../secure-software-engineering/SKILL.md (with production-excellence); ../../secure-software-engineering/SKILL.md (with agent-production-operations); ../../platform-engineering/SKILL.md (with production-excellence); ../../platform-engineering/SKILL.md (with agent-production-operations); ../../privacy-engineering/SKILL.md (with agent-production-operations); ../../qa-methodology/SKILL.md (with production-excellence); ../../verification-methodology/SKILL.md (with production-excellence) | evals/evals.json |
|
||||
| production-excellence | Route cross-domain production evidence (readiness, migration, recovery, capacity/cost, incident-learning) into a launch or operational decision — go, no-go, defer, exception, or escalation — with an accountable owner and a post-launch learning path. | Service owners, SRE, release, platform, security, data, and QA teams coordinating a production change; agents assembling cross-domain production evidence into a defensible launch decision without re-deriving specialist runbooks. | Cross-domain evidence assembly → Gate evaluation → Operational handoff → Post-launch learning | ../../production-readiness/SKILL.md, ../../migration-engineering/SKILL.md, ../../resilience-and-recovery/SKILL.md, ../../capacity-and-cost-engineering/SKILL.md, ../../incident-learning/SKILL.md, ../../site-reliability-engineering/SKILL.md, ../../release-engineering/SKILL.md, ../../platform-engineering/SKILL.md, ../../secure-software-engineering/SKILL.md, ../../data-engineering/SKILL.md, ../../qa-methodology/SKILL.md, ../../verification-methodology/SKILL.md | Readiness review evidence packet (risk-scaled, 11 categories)(../../production-readiness/SKILL.md); Migration plan, compatibility windows, and reconciliation evidence(../../migration-engineering/SKILL.md); Resilience and recovery evidence (RTO/RPO, restore tests, game days)(../../resilience-and-recovery/SKILL.md); Capacity and cost model evidence (demand, scaling, unit cost)(../../capacity-and-cost-engineering/SKILL.md); Incident history, causal hypotheses, and verified-closure records(../../incident-learning/SKILL.md); SLO and error-budget status(../../site-reliability-engineering/SKILL.md); Release plan and rollback strategy(../../release-engineering/SKILL.md) | gate-decision, operational-handoff-record, accountable-owner-record, evidence-gap-register | operational-handoff-record → incident-learning; operational-handoff-record → product-lifecycle-learning; gate-decision → agent-production-operations; accountable-owner-record → service owner | ../../production-readiness/SKILL.md (with product-lifecycle); ../../production-readiness/SKILL.md (with agent-production-operations); ../../release-engineering/SKILL.md (with product-lifecycle); ../../release-engineering/SKILL.md (with agent-production-operations); ../../site-reliability-engineering/SKILL.md (with product-lifecycle); ../../site-reliability-engineering/SKILL.md (with agent-production-operations); ../../secure-software-engineering/SKILL.md (with product-lifecycle); ../../secure-software-engineering/SKILL.md (with agent-production-operations); ../../platform-engineering/SKILL.md (with product-lifecycle); ../../platform-engineering/SKILL.md (with agent-production-operations); ../../incident-learning/SKILL.md (with agent-production-operations); ../../qa-methodology/SKILL.md (with product-lifecycle); ../../verification-methodology/SKILL.md (with product-lifecycle) | evals/evals.json |
|
||||
| research-and-vault | Chain web research, atomic extraction, and durable knowledge capture into a repeatable research-to-note workflow: capture source URLs and dates before interpretation, extract independent atomic claims before synthesis, and write the durable note only after source coverage and gaps are explicit. | Agents and knowledge workers that repeatedly need the full research-to-note sequence (web research, atomic extraction, durable capture) and want a stable order of operations with a clear handoff artifact instead of ad-hoc steps; not for single lookups or single notes, which route to the domain skill directly. | Web research → Source capture → Atomic extraction → Synthesis and durable capture | ../../research-methodology/SKILL.md | A research question or topic and access to web-research tooling(../../research-methodology/SKILL.md) | source-capture-record, atomic-claim-extract, durable-note | source-capture-record → research-methodology; atomic-claim-extract → research-methodology; durable-note → user | none declared | evals/evals.json |
|
||||
| agent-production-operations | Operate an evaluated agent with tools and authority in production through a runtime control plane covering versioning, staged rollout, fallback, cost and latency budgets, tool health, human escalation, disablement, and trace-to-eval feedback. | Agent operators and platform teams running evaluated agents with tools and delegated authority in production; agents that need the runtime control decisions between evaluation, release, SRE, security, and platform specialists. | Contract definition → Versioning and rollout planning → Staged rollout → Runtime monitoring → Trace-to-eval feedback → Learning and disablement | agent-evals-and-observability, release-engineering, site-reliability-engineering, secure-software-engineering, platform-engineering, production-readiness, incident-learning, privacy-engineering | Agent evaluation results and observability instrumentation(agent-evals-and-observability); Production-readiness evidence (go/no-go/defer/exception outcomes)(production-readiness); Incident-learning records (verified closure, follow-up work map)(incident-learning); Release pipeline and artifact promotion baseline(release-engineering) | agent-production-contract, runtime-control-plan, staged-rollout-plan, tool-authority-health-record, trace-to-eval-feedback-loop, disablement-record | staged-rollout-plan → release-engineering; trace-to-eval-feedback-loop → agent-evals-and-observability; tool-authority-health-record → incident-learning; disablement-record → human operator | production-readiness (with production-excellence); production-readiness (with product-lifecycle); release-engineering (with production-excellence); release-engineering (with product-lifecycle); site-reliability-engineering (with production-excellence); site-reliability-engineering (with product-lifecycle); secure-software-engineering (with production-excellence); secure-software-engineering (with product-lifecycle); platform-engineering (with production-excellence); platform-engineering (with product-lifecycle); incident-learning (with production-excellence); privacy-engineering (with product-lifecycle) | evals/evals.json |
|
||||
| forward-deployed-engineering | Carry an embedded technical engagement from ambiguous stakeholder need through discovery, framing, hypothesis, build, evaluation, deployment, adoption, measurement, and generalization while preserving decision rights, evidence, handoffs, and reusable field learning. | Technical leads and agents embedded across stakeholder discovery, implementation, production fit, adoption, and measurable workflow outcomes; this is a continuity layer that routes specialist methods rather than replacing them. | Discover → Frame → Hypothesize → Build → Evaluate → Deploy → Adopt → Measure → Generalize | product-discovery, product-design-and-ux, product-experimentation, agent-evals-and-observability, implementation-planning, backend-engineering, frontend-engineering, data-engineering, qa-methodology, verification-methodology, production-readiness, release-engineering, platform-engineering, remote-systems-administration, product-adoption, product-analytics-and-measurement, site-reliability-engineering, product-lifecycle-learning, product-methodology, privacy-engineering, secure-software-engineering | Stakeholder request or observed workflow opportunity and a named accountable lead; Authority to conduct non-destructive discovery with access to relevant stakeholders or workflow evidence | engagement-charter, stakeholder-workflow-map, assumptions-decisions-risks-ledger, engagement-status, stage-handoff-record, evaluation-and-release-decision, adoption-scorecard, outcome-measurement-record, productization-record, field-learning-record | stage-handoff-record → next lifecycle stage; evaluation-and-release-decision → production-readiness and release specialists; adoption-scorecard → adoption and measurement specialists; productization-record → product, platform, or receiving delivery owner; field-learning-record → engagement sponsor | product-discovery (with product-lifecycle); product-discovery (with research-and-vault); product-experimentation (with product-lifecycle); implementation-planning (with product-lifecycle); production-readiness (with production-excellence); production-readiness (with product-lifecycle); release-engineering (with production-excellence); release-engineering (with product-lifecycle); platform-engineering (with production-excellence); platform-engineering (with product-lifecycle); platform-engineering (with agent-production-operations); secure-software-engineering (with production-excellence); secure-software-engineering (with product-lifecycle); secure-software-engineering (with agent-production-operations); privacy-engineering (with product-lifecycle); privacy-engineering (with agent-production-operations); qa-methodology (with production-excellence); qa-methodology (with product-lifecycle); verification-methodology (with production-excellence); verification-methodology (with product-lifecycle); site-reliability-engineering (with production-excellence); site-reliability-engineering (with product-lifecycle); site-reliability-engineering (with agent-production-operations); data-engineering (with production-excellence); product-adoption (with product-lifecycle); product-analytics-and-measurement (with product-lifecycle); product-lifecycle-learning (with product-lifecycle); agent-evals-and-observability (with agent-production-operations); production-readiness (with agent-production-operations); release-engineering (with agent-production-operations); product-design-and-ux (with neckbeard); product-discovery (with neckbeard); qa-methodology (with neckbeard); release-engineering (with neckbeard); secure-software-engineering (with neckbeard); site-reliability-engineering (with neckbeard); verification-methodology (with neckbeard); product-design-and-ux (with product-lifecycle); product-methodology (with product-lifecycle) | evals/evals.json |
|
||||
| neckbeard | A disciplined SDLC delivery operating model for non-trivial software change — fix, build, refactor, review, verify, or release — that routes the work through framing, discovery, design, implementation, review, verification, delivery, and learning, choosing the smallest *safe* intervention, proving it at the real delivery boundary, and leaving an inspectable evidence ledger. | Software engineers and agents delivering non-trivial software changes (bug fixes, features, refactors, reviews, releases) that need a bounded, stage-aware path to a defensible 'done' with recorded evidence; teams running issue-to-PR change-request journeys with gates and an authorized release. | Intake and framing → Current-state discovery → Design → Specification → Test planning → Implementation → Review and verification → Readiness and release | product-discovery, software-architecture-analysis, systematic-debugging, api-design-and-evolution, product-design-and-ux, spec-driven-development, qa-methodology, secure-software-engineering, web-accessibility, verification-methodology, technical-documentation, release-engineering, site-reliability-engineering | A non-trivial change request, issue, or task with a verifiable contract; Current-state evidence (repository, tests, config, recent history)(software-architecture-analysis); Change contract and evidence ledger entries(verification-methodology) | change-contract, evidence-ledger, delivery-packet, implementation-plan, verification-report, release-record | verification-report → verification-methodology; release-record → release-engineering; delivery-packet → human reviewer; evidence-ledger → next change (via evidence ledger) | product-discovery (with product-lifecycle); product-design-and-ux (with product-lifecycle); spec-driven-development (with product-lifecycle); qa-methodology (with product-lifecycle); qa-methodology (with production-excellence); secure-software-engineering (with product-lifecycle); secure-software-engineering (with production-excellence); secure-software-engineering (with agent-production-operations); verification-methodology (with product-lifecycle); verification-methodology (with production-excellence); release-engineering (with product-lifecycle); release-engineering (with production-excellence); release-engineering (with agent-production-operations); site-reliability-engineering (with product-lifecycle); site-reliability-engineering (with production-excellence); site-reliability-engineering (with agent-production-operations) | evals/evals.json |
|
||||
| product-lifecycle | Route a product through its full lifecycle — discovery, strategy and portfolio choice, roadmap, UX and requirements, experimentation, delivery handoff, adoption, success, and lifecycle review — by composing existing specialist product skills with phase-entry evidence, handoff artifacts, and escalation rules. | Product managers, product operations, and portfolio teams navigating a product across multiple lifecycle phases; agents that need to know which specialist skill to load at each phase and what evidence to hand off to the next phase. | Discovery → Strategy and portfolio choice → Roadmap → UX and requirements → Experimentation → Delivery handoff → Adoption → Success → Lifecycle review | product-discovery, product-strategy, strategy-frameworks, product-roadmapping-and-portfolio, product-design-and-ux, product-experimentation, implementation-planning, production-readiness, release-engineering, product-adoption, product-analytics-and-measurement, conditional-customer-success, product-lifecycle-learning, product-methodology, product-operations-and-governance, financial-modeling, go-to-market, data-scientist, spec-driven-development, privacy-engineering, secure-software-engineering, verification-methodology, qa-methodology, site-reliability-engineering, platform-engineering, neckbeard | Product idea, market signal, or stakeholder request; Problem statement and discovery log(product-discovery); Strategic assessment and portfolio decision(product-strategy); Roadmap entry and bet record(product-roadmapping-and-portfolio); UX contracts and acceptance criteria(product-design-and-ux); Experiment readout and assumptions register(product-experimentation) | lifecycle-evidence-ledger, problem-statement, strategic-assessment, roadmap-entry, interface-contracts, experiment-brief, implementation-plan, readiness-verdict, release-plan, adoption-plan, outcome-measurement, outcome-review, lifecycle-decision | readiness-verdict → production-excellence bundle; implementation-plan → delivery team; lifecycle-evidence-ledger → next phase (via evidence ledger); lifecycle-decision → product-lifecycle-learning | production-readiness (with production-excellence); production-readiness (with agent-production-operations); release-engineering (with production-excellence); release-engineering (with agent-production-operations); site-reliability-engineering (with production-excellence); site-reliability-engineering (with agent-production-operations); secure-software-engineering (with production-excellence); secure-software-engineering (with agent-production-operations); platform-engineering (with production-excellence); platform-engineering (with agent-production-operations); privacy-engineering (with agent-production-operations); qa-methodology (with production-excellence); verification-methodology (with production-excellence) | evals/evals.json |
|
||||
| production-excellence | Route cross-domain production evidence (readiness, migration, recovery, capacity/cost, incident-learning) into a launch or operational decision — go, no-go, defer, exception, or escalation — with an accountable owner and a post-launch learning path. | Service owners, SRE, release, platform, security, data, and QA teams coordinating a production change; agents assembling cross-domain production evidence into a defensible launch decision without re-deriving specialist runbooks. | Cross-domain evidence assembly → Gate evaluation → Operational handoff → Post-launch learning | production-readiness, migration-engineering, resilience-and-recovery, capacity-and-cost-engineering, incident-learning, site-reliability-engineering, release-engineering, platform-engineering, secure-software-engineering, data-engineering, qa-methodology, verification-methodology | Readiness review evidence packet (risk-scaled, 11 categories)(production-readiness); Migration plan, compatibility windows, and reconciliation evidence(migration-engineering); Resilience and recovery evidence (RTO/RPO, restore tests, game days)(resilience-and-recovery); Capacity and cost model evidence (demand, scaling, unit cost)(capacity-and-cost-engineering); Incident history, causal hypotheses, and verified-closure records(incident-learning); SLO and error-budget status(site-reliability-engineering); Release plan and rollback strategy(release-engineering) | gate-decision, operational-handoff-record, accountable-owner-record, evidence-gap-register | operational-handoff-record → incident-learning; operational-handoff-record → product-lifecycle-learning; gate-decision → agent-production-operations; accountable-owner-record → service owner | production-readiness (with product-lifecycle); production-readiness (with agent-production-operations); release-engineering (with product-lifecycle); release-engineering (with agent-production-operations); site-reliability-engineering (with product-lifecycle); site-reliability-engineering (with agent-production-operations); secure-software-engineering (with product-lifecycle); secure-software-engineering (with agent-production-operations); platform-engineering (with product-lifecycle); platform-engineering (with agent-production-operations); incident-learning (with agent-production-operations); qa-methodology (with product-lifecycle); verification-methodology (with product-lifecycle) | evals/evals.json |
|
||||
| research-and-vault | Chain web research, atomic extraction, and durable knowledge capture into a repeatable research-to-note workflow: capture source URLs and dates before interpretation, extract independent atomic claims before synthesis, and write the durable note only after source coverage and gaps are explicit. | Agents and knowledge workers that repeatedly need the full research-to-note sequence (web research, atomic extraction, durable capture) and want a stable order of operations with a clear handoff artifact instead of ad-hoc steps; not for single lookups or single notes, which route to the domain skill directly. | Web research → Source capture → Atomic extraction → Synthesis and durable capture | research-methodology | A research question or topic and access to web-research tooling(research-methodology) | source-capture-record, atomic-claim-extract, durable-note | source-capture-record → research-methodology; atomic-claim-extract → research-methodology; durable-note → user | none declared | evals/evals.json |
|
||||
| tailscale | Operate a self-hosted Tailscale/Headscale ecosystem end to end: deploy and manage a Headscale control server, configure Tailscale clients, define ACL policy, manage node lifecycle, advertise subnet routes and exit nodes, operate DERP relays, and back up, restore, or migrate the control plane. | Platform and homelab operators running self-hosted Tailscale/Headscale infrastructure; agents that need to know which sub-skill to load for deploy, policy, client, node, routing, DERP, or backup tasks in a WireGuard mesh. | Deploy control server → Policy → Client connectivity → Node lifecycle → Routing → DERP relays → Backup and restore | headscale-deploy, tailnet-policy, tailscale-client, headscale-node-lifecycle, headscale-routing, headscale-derp, headscale-backup | A Linux host and install target for the Headscale control server(headscale-deploy); HEADSCALE_URL and HEADSCALE_API_KEY credentials(headscale-deploy); A running Headscale instance with the headscale CLI available(headscale-deploy) | headscale-server, tailnet-policy, registered-nodes, routed-networks, derp-map, backup-archive, restored-instance | headscale-server → tailnet-policy; headscale-server → headscale-node-lifecycle; headscale-server → headscale-backup; backup-archive → user | none declared | evals/evals.json |
|
||||
| workflow-architect | Discover a user's actual workflow through active interrogation or passive observation, then generate a tailored Agent Skills bundle that encodes it as loadable skills with trigger conditions, a decision map, a manifest, and an optional kanban board — turning a session that feels aimless into structure. | Users and agents that want to formalize how they work — understand their own process, encode it as trigger-driven skills they can reuse, or share it with collaborators. Not for single factual questions or tasks already owned by a more specific skill. | Active interview → Passive observation → Synthesis and generation | interviewer, observer, bundle-builder | Session context with enough turns for observation (or user answers for interview)(observer); Convergence on workflow phases, branching signals, and tool preferences(interviewer) | skills-bundle, decision-map, manifest, kanban-board | skills-bundle → user; decision-map → user; manifest → user; kanban-board → user | none declared | evals/evals.json |
|
||||
|
||||
@@ -27,26 +27,26 @@ the migration path, and the field definitions. Regenerate with
|
||||
- **Purpose:** Operate an evaluated agent with tools and authority in production through a runtime control plane covering versioning, staged rollout, fallback, cost and latency budgets, tool health, human escalation, disablement, and trace-to-eval feedback.
|
||||
- **Audience:** Agent operators and platform teams running evaluated agents with tools and delegated authority in production; agents that need the runtime control decisions between evaluation, release, SRE, security, and platform specialists.
|
||||
- **Stages (ordered):**
|
||||
1. Contract definition — ../../agent-evals-and-observability/SKILL.md (`../../agent-evals-and-observability/SKILL.md`), ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`), ../../incident-learning/SKILL.md (`../../incident-learning/SKILL.md`)
|
||||
2. Versioning and rollout planning — ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`), ../../platform-engineering/SKILL.md (`../../platform-engineering/SKILL.md`)
|
||||
3. Staged rollout — ../../platform-engineering/SKILL.md (`../../platform-engineering/SKILL.md`), ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`)
|
||||
4. Runtime monitoring — ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`), ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`)
|
||||
5. Trace-to-eval feedback — ../../agent-evals-and-observability/SKILL.md (`../../agent-evals-and-observability/SKILL.md`)
|
||||
6. Learning and disablement — ../../incident-learning/SKILL.md (`../../incident-learning/SKILL.md`), ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`), ../../privacy-engineering/SKILL.md (`../../privacy-engineering/SKILL.md`)
|
||||
1. Contract definition — agent-evals-and-observability (`../agent-evals-and-observability/SKILL.md`), production-readiness (`../production-readiness/SKILL.md`), incident-learning (`../incident-learning/SKILL.md`)
|
||||
2. Versioning and rollout planning — release-engineering (`../release-engineering/SKILL.md`), platform-engineering (`../platform-engineering/SKILL.md`)
|
||||
3. Staged rollout — platform-engineering (`../platform-engineering/SKILL.md`), site-reliability-engineering (`../site-reliability-engineering/SKILL.md`)
|
||||
4. Runtime monitoring — site-reliability-engineering (`../site-reliability-engineering/SKILL.md`), secure-software-engineering (`../secure-software-engineering/SKILL.md`)
|
||||
5. Trace-to-eval feedback — agent-evals-and-observability (`../agent-evals-and-observability/SKILL.md`)
|
||||
6. Learning and disablement — incident-learning (`../incident-learning/SKILL.md`), production-readiness (`../production-readiness/SKILL.md`), privacy-engineering (`../privacy-engineering/SKILL.md`)
|
||||
- **Included skills:**
|
||||
- ../../agent-evals-and-observability/SKILL.md (`../../agent-evals-and-observability/SKILL.md`)
|
||||
- ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`)
|
||||
- ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`)
|
||||
- ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`)
|
||||
- ../../platform-engineering/SKILL.md (`../../platform-engineering/SKILL.md`)
|
||||
- ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`)
|
||||
- ../../incident-learning/SKILL.md (`../../incident-learning/SKILL.md`)
|
||||
- ../../privacy-engineering/SKILL.md (`../../privacy-engineering/SKILL.md`)
|
||||
- agent-evals-and-observability (`../agent-evals-and-observability/SKILL.md`)
|
||||
- release-engineering (`../release-engineering/SKILL.md`)
|
||||
- site-reliability-engineering (`../site-reliability-engineering/SKILL.md`)
|
||||
- secure-software-engineering (`../secure-software-engineering/SKILL.md`)
|
||||
- platform-engineering (`../platform-engineering/SKILL.md`)
|
||||
- production-readiness (`../production-readiness/SKILL.md`)
|
||||
- incident-learning (`../incident-learning/SKILL.md`)
|
||||
- privacy-engineering (`../privacy-engineering/SKILL.md`)
|
||||
- **Prerequisites:**
|
||||
- Agent evaluation results and observability instrumentation — via ../../agent-evals-and-observability/SKILL.md (`../../agent-evals-and-observability/SKILL.md`)
|
||||
- Production-readiness evidence (go/no-go/defer/exception outcomes) — via ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`)
|
||||
- Incident-learning records (verified closure, follow-up work map) — via ../../incident-learning/SKILL.md (`../../incident-learning/SKILL.md`)
|
||||
- Release pipeline and artifact promotion baseline — via ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`)
|
||||
- Agent evaluation results and observability instrumentation — via agent-evals-and-observability (`../agent-evals-and-observability/SKILL.md`)
|
||||
- Production-readiness evidence (go/no-go/defer/exception outcomes) — via production-readiness (`../production-readiness/SKILL.md`)
|
||||
- Incident-learning records (verified closure, follow-up work map) — via incident-learning (`../incident-learning/SKILL.md`)
|
||||
- Release pipeline and artifact promotion baseline — via release-engineering (`../release-engineering/SKILL.md`)
|
||||
- **Outputs:** agent-production-contract, runtime-control-plan, staged-rollout-plan, tool-authority-health-record, trace-to-eval-feedback-loop, disablement-record
|
||||
- **Handoffs:**
|
||||
- staged-rollout-plan → release-engineering — Rollout stages and promotion gates integrate with the release pipeline; rollback triggers tie agent health to release mechanics.
|
||||
@@ -54,18 +54,18 @@ the migration path, and the field definitions. Regenerate with
|
||||
- tool-authority-health-record → incident-learning — Tool-failure and authority-breach records feed post-incident analysis and verified-closure tracking.
|
||||
- disablement-record → human operator — Disablement revokes credentials, removes the agent from routing/load-balancing, and records the reason, timestamp, and authorizing evidence.
|
||||
- **Conflicts:**
|
||||
- ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`) with production-excellence — Both bundles include production-readiness. This bundle consumes readiness outcomes as authority-gating inputs; production-excellence produces the go/no-go/defer/exception decisions.
|
||||
- ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`) with product-lifecycle — Both bundles include production-readiness. Route phase 6 delivery readiness reviews to product-lifecycle; runtime authority decisions for an agent in production go to this bundle.
|
||||
- ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`) with production-excellence — Release engineering is shared. Route by context: agent staged-rollout planning (this bundle) versus launch-gate release plans (production-excellence).
|
||||
- ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`) with product-lifecycle — Release engineering is shared. Route by context: agent staged-rollout planning (this bundle) versus lifecycle delivery handoff (product-lifecycle).
|
||||
- ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`) with production-excellence — SRE is shared. This bundle uses it for runtime latency/cost budgets and incident handoff; production-excellence uses it for gate-entry reliability evidence. Incident command stays with SRE in both cases.
|
||||
- ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`) with product-lifecycle — SRE is shared. This bundle uses it for agent runtime budgets; product-lifecycle routes to it for delivery reliability.
|
||||
- ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`) with production-excellence — Security engineering is shared. Route by context: agent authority contracts and disablement security (this bundle) versus launch-gate security evidence (production-excellence).
|
||||
- ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`) with product-lifecycle — Security engineering is shared. Route by context: agent trust-boundary and disablement security (this bundle) versus lifecycle-phase security needs (product-lifecycle).
|
||||
- ../../platform-engineering/SKILL.md (`../../platform-engineering/SKILL.md`) with production-excellence — Platform engineering is shared. Route by context: agent sandboxing and tool-execution isolation (this bundle) versus launch-gate platform evidence (production-excellence).
|
||||
- ../../platform-engineering/SKILL.md (`../../platform-engineering/SKILL.md`) with product-lifecycle — Platform engineering is shared. Route by context: agent sandboxing and tool-execution isolation (this bundle) versus lifecycle delivery handoff (product-lifecycle).
|
||||
- ../../incident-learning/SKILL.md (`../../incident-learning/SKILL.md`) with production-excellence — Both bundles consume incident-learning records. This bundle consumes verified-closure records as escalation and disablement inputs; production-excellence uses incident history as gate-entry evidence.
|
||||
- ../../privacy-engineering/SKILL.md (`../../privacy-engineering/SKILL.md`) with product-lifecycle — Privacy engineering is shared. This bundle routes to it for trace scrubbing and user-data-access grants; product-lifecycle routes to it for PII, consent, retention, and data flows in any phase.
|
||||
- production-readiness (`../production-readiness/SKILL.md`) with production-excellence — Both bundles include production-readiness. This bundle consumes readiness outcomes as authority-gating inputs; production-excellence produces the go/no-go/defer/exception decisions.
|
||||
- production-readiness (`../production-readiness/SKILL.md`) with product-lifecycle — Both bundles include production-readiness. Route phase 6 delivery readiness reviews to product-lifecycle; runtime authority decisions for an agent in production go to this bundle.
|
||||
- release-engineering (`../release-engineering/SKILL.md`) with production-excellence — Release engineering is shared. Route by context: agent staged-rollout planning (this bundle) versus launch-gate release plans (production-excellence).
|
||||
- release-engineering (`../release-engineering/SKILL.md`) with product-lifecycle — Release engineering is shared. Route by context: agent staged-rollout planning (this bundle) versus lifecycle delivery handoff (product-lifecycle).
|
||||
- site-reliability-engineering (`../site-reliability-engineering/SKILL.md`) with production-excellence — SRE is shared. This bundle uses it for runtime latency/cost budgets and incident handoff; production-excellence uses it for gate-entry reliability evidence. Incident command stays with SRE in both cases.
|
||||
- site-reliability-engineering (`../site-reliability-engineering/SKILL.md`) with product-lifecycle — SRE is shared. This bundle uses it for agent runtime budgets; product-lifecycle routes to it for delivery reliability.
|
||||
- secure-software-engineering (`../secure-software-engineering/SKILL.md`) with production-excellence — Security engineering is shared. Route by context: agent authority contracts and disablement security (this bundle) versus launch-gate security evidence (production-excellence).
|
||||
- secure-software-engineering (`../secure-software-engineering/SKILL.md`) with product-lifecycle — Security engineering is shared. Route by context: agent trust-boundary and disablement security (this bundle) versus lifecycle-phase security needs (product-lifecycle).
|
||||
- platform-engineering (`../platform-engineering/SKILL.md`) with production-excellence — Platform engineering is shared. Route by context: agent sandboxing and tool-execution isolation (this bundle) versus launch-gate platform evidence (production-excellence).
|
||||
- platform-engineering (`../platform-engineering/SKILL.md`) with product-lifecycle — Platform engineering is shared. Route by context: agent sandboxing and tool-execution isolation (this bundle) versus lifecycle delivery handoff (product-lifecycle).
|
||||
- incident-learning (`../incident-learning/SKILL.md`) with production-excellence — Both bundles consume incident-learning records. This bundle consumes verified-closure records as escalation and disablement inputs; production-excellence uses incident history as gate-entry evidence.
|
||||
- privacy-engineering (`../privacy-engineering/SKILL.md`) with product-lifecycle — Privacy engineering is shared. This bundle routes to it for trace scrubbing and user-data-access grants; product-lifecycle routes to it for PII, consent, retention, and data flows in any phase.
|
||||
- **Eval suite:** evals/evals.json
|
||||
|
||||
### forward-deployed-engineering
|
||||
@@ -74,37 +74,37 @@ the migration path, and the field definitions. Regenerate with
|
||||
- **Purpose:** Carry an embedded technical engagement from ambiguous stakeholder need through discovery, framing, hypothesis, build, evaluation, deployment, adoption, measurement, and generalization while preserving decision rights, evidence, handoffs, and reusable field learning.
|
||||
- **Audience:** Technical leads and agents embedded across stakeholder discovery, implementation, production fit, adoption, and measurable workflow outcomes; this is a continuity layer that routes specialist methods rather than replacing them.
|
||||
- **Stages (ordered):**
|
||||
1. Discover — ../../product-discovery/SKILL.md (`../../product-discovery/SKILL.md`), ../../data-engineering/SKILL.md (`../../data-engineering/SKILL.md`), ../../remote-systems-administration/SKILL.md (`../../remote-systems-administration/SKILL.md`)
|
||||
2. Frame — ../../product-design-and-ux/SKILL.md (`../../product-design-and-ux/SKILL.md`), ../../privacy-engineering/SKILL.md (`../../privacy-engineering/SKILL.md`), ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`)
|
||||
3. Hypothesize — ../../product-experimentation/SKILL.md (`../../product-experimentation/SKILL.md`), ../../agent-evals-and-observability/SKILL.md (`../../agent-evals-and-observability/SKILL.md`)
|
||||
4. Build — ../../implementation-planning/SKILL.md (`../../implementation-planning/SKILL.md`), ../../backend-engineering/SKILL.md (`../../backend-engineering/SKILL.md`), ../../frontend-engineering/SKILL.md (`../../frontend-engineering/SKILL.md`), ../../data-engineering/SKILL.md (`../../data-engineering/SKILL.md`)
|
||||
5. Evaluate — ../../agent-evals-and-observability/SKILL.md (`../../agent-evals-and-observability/SKILL.md`), ../../qa-methodology/SKILL.md (`../../qa-methodology/SKILL.md`), ../../verification-methodology/SKILL.md (`../../verification-methodology/SKILL.md`)
|
||||
6. Deploy — ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`), ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`), ../../platform-engineering/SKILL.md (`../../platform-engineering/SKILL.md`), ../../remote-systems-administration/SKILL.md (`../../remote-systems-administration/SKILL.md`)
|
||||
7. Adopt — ../../product-adoption/SKILL.md (`../../product-adoption/SKILL.md`), ../../product-design-and-ux/SKILL.md (`../../product-design-and-ux/SKILL.md`)
|
||||
8. Measure — ../../product-analytics-and-measurement/SKILL.md (`../../product-analytics-and-measurement/SKILL.md`), ../../agent-evals-and-observability/SKILL.md (`../../agent-evals-and-observability/SKILL.md`), ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`)
|
||||
9. Generalize — ../../product-lifecycle-learning/SKILL.md (`../../product-lifecycle-learning/SKILL.md`), ../../product-methodology/SKILL.md (`../../product-methodology/SKILL.md`)
|
||||
1. Discover — product-discovery (`../product-discovery/SKILL.md`), data-engineering (`../data-engineering/SKILL.md`), remote-systems-administration (`../remote-systems-administration/SKILL.md`)
|
||||
2. Frame — product-design-and-ux (`../product-design-and-ux/SKILL.md`), privacy-engineering (`../privacy-engineering/SKILL.md`), secure-software-engineering (`../secure-software-engineering/SKILL.md`)
|
||||
3. Hypothesize — product-experimentation (`../product-experimentation/SKILL.md`), agent-evals-and-observability (`../agent-evals-and-observability/SKILL.md`)
|
||||
4. Build — implementation-planning (`../implementation-planning/SKILL.md`), backend-engineering (`../backend-engineering/SKILL.md`), frontend-engineering (`../frontend-engineering/SKILL.md`), data-engineering (`../data-engineering/SKILL.md`)
|
||||
5. Evaluate — agent-evals-and-observability (`../agent-evals-and-observability/SKILL.md`), qa-methodology (`../qa-methodology/SKILL.md`), verification-methodology (`../verification-methodology/SKILL.md`)
|
||||
6. Deploy — production-readiness (`../production-readiness/SKILL.md`), release-engineering (`../release-engineering/SKILL.md`), platform-engineering (`../platform-engineering/SKILL.md`), remote-systems-administration (`../remote-systems-administration/SKILL.md`)
|
||||
7. Adopt — product-adoption (`../product-adoption/SKILL.md`), product-design-and-ux (`../product-design-and-ux/SKILL.md`)
|
||||
8. Measure — product-analytics-and-measurement (`../product-analytics-and-measurement/SKILL.md`), agent-evals-and-observability (`../agent-evals-and-observability/SKILL.md`), site-reliability-engineering (`../site-reliability-engineering/SKILL.md`)
|
||||
9. Generalize — product-lifecycle-learning (`../product-lifecycle-learning/SKILL.md`), product-methodology (`../product-methodology/SKILL.md`)
|
||||
- **Included skills:**
|
||||
- ../../product-discovery/SKILL.md (`../../product-discovery/SKILL.md`)
|
||||
- ../../product-design-and-ux/SKILL.md (`../../product-design-and-ux/SKILL.md`)
|
||||
- ../../product-experimentation/SKILL.md (`../../product-experimentation/SKILL.md`)
|
||||
- ../../agent-evals-and-observability/SKILL.md (`../../agent-evals-and-observability/SKILL.md`)
|
||||
- ../../implementation-planning/SKILL.md (`../../implementation-planning/SKILL.md`)
|
||||
- ../../backend-engineering/SKILL.md (`../../backend-engineering/SKILL.md`)
|
||||
- ../../frontend-engineering/SKILL.md (`../../frontend-engineering/SKILL.md`)
|
||||
- ../../data-engineering/SKILL.md (`../../data-engineering/SKILL.md`)
|
||||
- ../../qa-methodology/SKILL.md (`../../qa-methodology/SKILL.md`)
|
||||
- ../../verification-methodology/SKILL.md (`../../verification-methodology/SKILL.md`)
|
||||
- ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`)
|
||||
- ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`)
|
||||
- ../../platform-engineering/SKILL.md (`../../platform-engineering/SKILL.md`)
|
||||
- ../../remote-systems-administration/SKILL.md (`../../remote-systems-administration/SKILL.md`)
|
||||
- ../../product-adoption/SKILL.md (`../../product-adoption/SKILL.md`)
|
||||
- ../../product-analytics-and-measurement/SKILL.md (`../../product-analytics-and-measurement/SKILL.md`)
|
||||
- ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`)
|
||||
- ../../product-lifecycle-learning/SKILL.md (`../../product-lifecycle-learning/SKILL.md`)
|
||||
- ../../product-methodology/SKILL.md (`../../product-methodology/SKILL.md`)
|
||||
- ../../privacy-engineering/SKILL.md (`../../privacy-engineering/SKILL.md`)
|
||||
- ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`)
|
||||
- product-discovery (`../product-discovery/SKILL.md`)
|
||||
- product-design-and-ux (`../product-design-and-ux/SKILL.md`)
|
||||
- product-experimentation (`../product-experimentation/SKILL.md`)
|
||||
- agent-evals-and-observability (`../agent-evals-and-observability/SKILL.md`)
|
||||
- implementation-planning (`../implementation-planning/SKILL.md`)
|
||||
- backend-engineering (`../backend-engineering/SKILL.md`)
|
||||
- frontend-engineering (`../frontend-engineering/SKILL.md`)
|
||||
- data-engineering (`../data-engineering/SKILL.md`)
|
||||
- qa-methodology (`../qa-methodology/SKILL.md`)
|
||||
- verification-methodology (`../verification-methodology/SKILL.md`)
|
||||
- production-readiness (`../production-readiness/SKILL.md`)
|
||||
- release-engineering (`../release-engineering/SKILL.md`)
|
||||
- platform-engineering (`../platform-engineering/SKILL.md`)
|
||||
- remote-systems-administration (`../remote-systems-administration/SKILL.md`)
|
||||
- product-adoption (`../product-adoption/SKILL.md`)
|
||||
- product-analytics-and-measurement (`../product-analytics-and-measurement/SKILL.md`)
|
||||
- site-reliability-engineering (`../site-reliability-engineering/SKILL.md`)
|
||||
- product-lifecycle-learning (`../product-lifecycle-learning/SKILL.md`)
|
||||
- product-methodology (`../product-methodology/SKILL.md`)
|
||||
- privacy-engineering (`../privacy-engineering/SKILL.md`)
|
||||
- secure-software-engineering (`../secure-software-engineering/SKILL.md`)
|
||||
- **Prerequisites:**
|
||||
- Stakeholder request or observed workflow opportunity and a named accountable lead
|
||||
- Authority to conduct non-destructive discovery with access to relevant stakeholders or workflow evidence
|
||||
@@ -116,45 +116,45 @@ the migration path, and the field definitions. Regenerate with
|
||||
- productization-record → product, platform, or receiving delivery owner — Field learning is classified with evidence, reuse boundary, owner, and next action rather than being promoted by enthusiasm alone.
|
||||
- field-learning-record → engagement sponsor — The engagement closes with observed outcomes, unresolved uncertainty, and a durable transfer or follow-up path.
|
||||
- **Conflicts:**
|
||||
- ../../product-discovery/SKILL.md (`../../product-discovery/SKILL.md`) with product-lifecycle — This bundle uses product-discovery for embedded delivery continuity and workflow context; product-lifecycle owns product investment and lifecycle governance.
|
||||
- ../../product-discovery/SKILL.md (`../../product-discovery/SKILL.md`) with research-and-vault — Use product-discovery for stakeholder and workflow discovery; use research-and-vault for a reusable web-research-to-knowledge capture chain.
|
||||
- ../../product-experimentation/SKILL.md (`../../product-experimentation/SKILL.md`) with product-lifecycle — This bundle routes experiments to test an engagement intervention; product-lifecycle routes product investment experiments within its lifecycle governance.
|
||||
- ../../implementation-planning/SKILL.md (`../../implementation-planning/SKILL.md`) with product-lifecycle — This bundle routes implementation planning only during Build after an authorized owner approves the requirement; product-lifecycle owns product delivery handoff. Route a bounded code change to neckbeard.
|
||||
- ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`) with production-excellence — This bundle carries engagement evidence into the specialist readiness review; production-excellence owns the cross-domain launch gate decision.
|
||||
- ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`) with product-lifecycle — This bundle routes readiness for an embedded capability; product-lifecycle owns product lifecycle delivery handoff. Do not run both orchestration paths for one decision.
|
||||
- ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`) with production-excellence — This bundle routes deployment evidence from the engagement; production-excellence uses release evidence for a launch gate.
|
||||
- ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`) with product-lifecycle — This bundle uses release engineering for embedded rollout continuity; product-lifecycle uses it for product delivery handoff.
|
||||
- ../../platform-engineering/SKILL.md (`../../platform-engineering/SKILL.md`) with production-excellence — This bundle routes platform work needed to deploy the engagement capability; production-excellence assembles platform evidence for launch gating.
|
||||
- ../../platform-engineering/SKILL.md (`../../platform-engineering/SKILL.md`) with product-lifecycle — This bundle routes platform work needed by the engagement; product-lifecycle routes platform work in a product delivery handoff.
|
||||
- ../../platform-engineering/SKILL.md (`../../platform-engineering/SKILL.md`) with agent-production-operations — This bundle routes product or engagement platform delivery; agent-production-operations owns runtime agent sandboxing and tool-execution isolation.
|
||||
- ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`) with production-excellence — This bundle routes trust-boundary work during the engagement; production-excellence consumes security evidence for its launch gate.
|
||||
- ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`) with product-lifecycle — This bundle routes security work in the embedded lifecycle; product-lifecycle routes security work in product lifecycle phases.
|
||||
- ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`) with agent-production-operations — This bundle routes application and engagement security; agent-production-operations owns agent authority, disablement, and runtime security controls.
|
||||
- ../../privacy-engineering/SKILL.md (`../../privacy-engineering/SKILL.md`) with product-lifecycle — This bundle routes privacy work for engagement data flows; product-lifecycle routes privacy work across product lifecycle phases.
|
||||
- ../../privacy-engineering/SKILL.md (`../../privacy-engineering/SKILL.md`) with agent-production-operations — This bundle routes engagement privacy decisions; agent-production-operations routes trace scrubbing and user-data-access grants.
|
||||
- ../../qa-methodology/SKILL.md (`../../qa-methodology/SKILL.md`) with production-excellence — This bundle routes quality evidence for the built capability; production-excellence uses QA evidence at the launch gate.
|
||||
- ../../qa-methodology/SKILL.md (`../../qa-methodology/SKILL.md`) with product-lifecycle — This bundle routes evaluation and quality work for engagement delivery; product-lifecycle uses QA at product delivery handoff.
|
||||
- ../../verification-methodology/SKILL.md (`../../verification-methodology/SKILL.md`) with production-excellence — This bundle uses verification to label engagement evidence; production-excellence uses it to verify launch-boundary evidence.
|
||||
- ../../verification-methodology/SKILL.md (`../../verification-methodology/SKILL.md`) with product-lifecycle — This bundle verifies continuity artifacts and field outcomes; product-lifecycle verifies evidence at product phase gates.
|
||||
- ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`) with production-excellence — This bundle routes reliability evidence for the engagement; production-excellence uses SRE evidence for its production gate.
|
||||
- ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`) with product-lifecycle — This bundle routes reliability work needed for adoption and operation; product-lifecycle routes SRE work in product delivery handoff.
|
||||
- ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`) with agent-production-operations — This bundle routes service reliability; agent-production-operations routes runtime latency, cost budgets, and incident handoff for agents.
|
||||
- ../../data-engineering/SKILL.md (`../../data-engineering/SKILL.md`) with production-excellence — This bundle routes data work required by the engagement; production-excellence consumes data evidence in its operational handoff and launch gate.
|
||||
- ../../product-adoption/SKILL.md (`../../product-adoption/SKILL.md`) with product-lifecycle — This bundle owns adoption continuity for an embedded engagement; product-lifecycle owns product adoption as one phase of product governance.
|
||||
- ../../product-analytics-and-measurement/SKILL.md (`../../product-analytics-and-measurement/SKILL.md`) with product-lifecycle — This bundle measures workflow impact for engagement completion; product-lifecycle measures product outcomes in lifecycle review.
|
||||
- ../../product-lifecycle-learning/SKILL.md (`../../product-lifecycle-learning/SKILL.md`) with product-lifecycle — This bundle uses field learning to decide generalization; product-lifecycle-learning owns the product lifecycle learning method and decision record.
|
||||
- ../../agent-evals-and-observability/SKILL.md (`../../agent-evals-and-observability/SKILL.md`) with agent-production-operations — This bundle routes eval evidence for engagement release and learning; agent-production-operations consumes eval and trace evidence for runtime control.
|
||||
- ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`) with agent-production-operations — This bundle routes readiness for an embedded capability; agent-production-operations consumes readiness as an authority-gating input.
|
||||
- ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`) with agent-production-operations — This bundle uses release engineering for engagement rollout; agent-production-operations uses it for staged runtime rollout and fallback.
|
||||
- ../../product-design-and-ux/SKILL.md (`../../product-design-and-ux/SKILL.md`) with neckbeard — This bundle routes UX for embedded workflow adoption; neckbeard uses UX only as needed for a bounded software change. Route by task boundary.
|
||||
- ../../product-discovery/SKILL.md (`../../product-discovery/SKILL.md`) with neckbeard — This bundle owns embedded stakeholder and workflow discovery; neckbeard handles the bounded change after its requirements are known.
|
||||
- ../../qa-methodology/SKILL.md (`../../qa-methodology/SKILL.md`) with neckbeard — This bundle routes QA for engagement evidence; neckbeard applies QA within its software delivery journey for a bounded repository change.
|
||||
- ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`) with neckbeard — This bundle routes release work across the engagement lifecycle; neckbeard owns release delivery for a bounded change.
|
||||
- ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`) with neckbeard — This bundle routes security decisions across embedded delivery; neckbeard applies security to its bounded software change.
|
||||
- ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`) with neckbeard — This bundle routes reliability for engagement outcomes; neckbeard routes reliability concerns within its software delivery journey.
|
||||
- ../../verification-methodology/SKILL.md (`../../verification-methodology/SKILL.md`) with neckbeard — This bundle verifies stage continuity and outcome evidence; neckbeard verifies the bounded repository change.
|
||||
- ../../product-design-and-ux/SKILL.md (`../../product-design-and-ux/SKILL.md`) with product-lifecycle — This bundle routes UX for embedded workflow adoption; product-lifecycle routes UX for product requirements and lifecycle governance.
|
||||
- ../../product-methodology/SKILL.md (`../../product-methodology/SKILL.md`) with product-lifecycle — This bundle uses prioritization only to support engagement generalization; product-lifecycle owns product prioritization and portfolio methods.
|
||||
- product-discovery (`../product-discovery/SKILL.md`) with product-lifecycle — This bundle uses product-discovery for embedded delivery continuity and workflow context; product-lifecycle owns product investment and lifecycle governance.
|
||||
- product-discovery (`../product-discovery/SKILL.md`) with research-and-vault — Use product-discovery for stakeholder and workflow discovery; use research-and-vault for a reusable web-research-to-knowledge capture chain.
|
||||
- product-experimentation (`../product-experimentation/SKILL.md`) with product-lifecycle — This bundle routes experiments to test an engagement intervention; product-lifecycle routes product investment experiments within its lifecycle governance.
|
||||
- implementation-planning (`../implementation-planning/SKILL.md`) with product-lifecycle — This bundle routes implementation planning only during Build after an authorized owner approves the requirement; product-lifecycle owns product delivery handoff. Route a bounded code change to neckbeard.
|
||||
- production-readiness (`../production-readiness/SKILL.md`) with production-excellence — This bundle carries engagement evidence into the specialist readiness review; production-excellence owns the cross-domain launch gate decision.
|
||||
- production-readiness (`../production-readiness/SKILL.md`) with product-lifecycle — This bundle routes readiness for an embedded capability; product-lifecycle owns product lifecycle delivery handoff. Do not run both orchestration paths for one decision.
|
||||
- release-engineering (`../release-engineering/SKILL.md`) with production-excellence — This bundle routes deployment evidence from the engagement; production-excellence uses release evidence for a launch gate.
|
||||
- release-engineering (`../release-engineering/SKILL.md`) with product-lifecycle — This bundle uses release engineering for embedded rollout continuity; product-lifecycle uses it for product delivery handoff.
|
||||
- platform-engineering (`../platform-engineering/SKILL.md`) with production-excellence — This bundle routes platform work needed to deploy the engagement capability; production-excellence assembles platform evidence for launch gating.
|
||||
- platform-engineering (`../platform-engineering/SKILL.md`) with product-lifecycle — This bundle routes platform work needed by the engagement; product-lifecycle routes platform work in a product delivery handoff.
|
||||
- platform-engineering (`../platform-engineering/SKILL.md`) with agent-production-operations — This bundle routes product or engagement platform delivery; agent-production-operations owns runtime agent sandboxing and tool-execution isolation.
|
||||
- secure-software-engineering (`../secure-software-engineering/SKILL.md`) with production-excellence — This bundle routes trust-boundary work during the engagement; production-excellence consumes security evidence for its launch gate.
|
||||
- secure-software-engineering (`../secure-software-engineering/SKILL.md`) with product-lifecycle — This bundle routes security work in the embedded lifecycle; product-lifecycle routes security work in product lifecycle phases.
|
||||
- secure-software-engineering (`../secure-software-engineering/SKILL.md`) with agent-production-operations — This bundle routes application and engagement security; agent-production-operations owns agent authority, disablement, and runtime security controls.
|
||||
- privacy-engineering (`../privacy-engineering/SKILL.md`) with product-lifecycle — This bundle routes privacy work for engagement data flows; product-lifecycle routes privacy work across product lifecycle phases.
|
||||
- privacy-engineering (`../privacy-engineering/SKILL.md`) with agent-production-operations — This bundle routes engagement privacy decisions; agent-production-operations routes trace scrubbing and user-data-access grants.
|
||||
- qa-methodology (`../qa-methodology/SKILL.md`) with production-excellence — This bundle routes quality evidence for the built capability; production-excellence uses QA evidence at the launch gate.
|
||||
- qa-methodology (`../qa-methodology/SKILL.md`) with product-lifecycle — This bundle routes evaluation and quality work for engagement delivery; product-lifecycle uses QA at product delivery handoff.
|
||||
- verification-methodology (`../verification-methodology/SKILL.md`) with production-excellence — This bundle uses verification to label engagement evidence; production-excellence uses it to verify launch-boundary evidence.
|
||||
- verification-methodology (`../verification-methodology/SKILL.md`) with product-lifecycle — This bundle verifies continuity artifacts and field outcomes; product-lifecycle verifies evidence at product phase gates.
|
||||
- site-reliability-engineering (`../site-reliability-engineering/SKILL.md`) with production-excellence — This bundle routes reliability evidence for the engagement; production-excellence uses SRE evidence for its production gate.
|
||||
- site-reliability-engineering (`../site-reliability-engineering/SKILL.md`) with product-lifecycle — This bundle routes reliability work needed for adoption and operation; product-lifecycle routes SRE work in product delivery handoff.
|
||||
- site-reliability-engineering (`../site-reliability-engineering/SKILL.md`) with agent-production-operations — This bundle routes service reliability; agent-production-operations routes runtime latency, cost budgets, and incident handoff for agents.
|
||||
- data-engineering (`../data-engineering/SKILL.md`) with production-excellence — This bundle routes data work required by the engagement; production-excellence consumes data evidence in its operational handoff and launch gate.
|
||||
- product-adoption (`../product-adoption/SKILL.md`) with product-lifecycle — This bundle owns adoption continuity for an embedded engagement; product-lifecycle owns product adoption as one phase of product governance.
|
||||
- product-analytics-and-measurement (`../product-analytics-and-measurement/SKILL.md`) with product-lifecycle — This bundle measures workflow impact for engagement completion; product-lifecycle measures product outcomes in lifecycle review.
|
||||
- product-lifecycle-learning (`../product-lifecycle-learning/SKILL.md`) with product-lifecycle — This bundle uses field learning to decide generalization; product-lifecycle-learning owns the product lifecycle learning method and decision record.
|
||||
- agent-evals-and-observability (`../agent-evals-and-observability/SKILL.md`) with agent-production-operations — This bundle routes eval evidence for engagement release and learning; agent-production-operations consumes eval and trace evidence for runtime control.
|
||||
- production-readiness (`../production-readiness/SKILL.md`) with agent-production-operations — This bundle routes readiness for an embedded capability; agent-production-operations consumes readiness as an authority-gating input.
|
||||
- release-engineering (`../release-engineering/SKILL.md`) with agent-production-operations — This bundle uses release engineering for engagement rollout; agent-production-operations uses it for staged runtime rollout and fallback.
|
||||
- product-design-and-ux (`../product-design-and-ux/SKILL.md`) with neckbeard — This bundle routes UX for embedded workflow adoption; neckbeard uses UX only as needed for a bounded software change. Route by task boundary.
|
||||
- product-discovery (`../product-discovery/SKILL.md`) with neckbeard — This bundle owns embedded stakeholder and workflow discovery; neckbeard handles the bounded change after its requirements are known.
|
||||
- qa-methodology (`../qa-methodology/SKILL.md`) with neckbeard — This bundle routes QA for engagement evidence; neckbeard applies QA within its software delivery journey for a bounded repository change.
|
||||
- release-engineering (`../release-engineering/SKILL.md`) with neckbeard — This bundle routes release work across the engagement lifecycle; neckbeard owns release delivery for a bounded change.
|
||||
- secure-software-engineering (`../secure-software-engineering/SKILL.md`) with neckbeard — This bundle routes security decisions across embedded delivery; neckbeard applies security to its bounded software change.
|
||||
- site-reliability-engineering (`../site-reliability-engineering/SKILL.md`) with neckbeard — This bundle routes reliability for engagement outcomes; neckbeard routes reliability concerns within its software delivery journey.
|
||||
- verification-methodology (`../verification-methodology/SKILL.md`) with neckbeard — This bundle verifies stage continuity and outcome evidence; neckbeard verifies the bounded repository change.
|
||||
- product-design-and-ux (`../product-design-and-ux/SKILL.md`) with product-lifecycle — This bundle routes UX for embedded workflow adoption; product-lifecycle routes UX for product requirements and lifecycle governance.
|
||||
- product-methodology (`../product-methodology/SKILL.md`) with product-lifecycle — This bundle uses prioritization only to support engagement generalization; product-lifecycle owns product prioritization and portfolio methods.
|
||||
- **Eval suite:** evals/evals.json
|
||||
|
||||
### neckbeard
|
||||
@@ -163,32 +163,32 @@ the migration path, and the field definitions. Regenerate with
|
||||
- **Purpose:** A disciplined SDLC delivery operating model for non-trivial software change — fix, build, refactor, review, verify, or release — that routes the work through framing, discovery, design, implementation, review, verification, delivery, and learning, choosing the smallest *safe* intervention, proving it at the real delivery boundary, and leaving an inspectable evidence ledger.
|
||||
- **Audience:** Software engineers and agents delivering non-trivial software changes (bug fixes, features, refactors, reviews, releases) that need a bounded, stage-aware path to a defensible 'done' with recorded evidence; teams running issue-to-PR change-request journeys with gates and an authorized release.
|
||||
- **Stages (ordered):**
|
||||
1. Intake and framing — ../../product-discovery/SKILL.md (`../../product-discovery/SKILL.md`)
|
||||
2. Current-state discovery — ../../software-architecture-analysis/SKILL.md (`../../software-architecture-analysis/SKILL.md`), ../../systematic-debugging/SKILL.md (`../../systematic-debugging/SKILL.md`)
|
||||
3. Design — ../../api-design-and-evolution/SKILL.md (`../../api-design-and-evolution/SKILL.md`), ../../product-design-and-ux/SKILL.md (`../../product-design-and-ux/SKILL.md`)
|
||||
4. Specification — ../../spec-driven-development/SKILL.md (`../../spec-driven-development/SKILL.md`)
|
||||
5. Test planning — ../../qa-methodology/SKILL.md (`../../qa-methodology/SKILL.md`)
|
||||
6. Implementation — ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`), ../../web-accessibility/SKILL.md (`../../web-accessibility/SKILL.md`)
|
||||
7. Review and verification — ../../verification-methodology/SKILL.md (`../../verification-methodology/SKILL.md`), ../../technical-documentation/SKILL.md (`../../technical-documentation/SKILL.md`)
|
||||
8. Readiness and release — ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`), ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`)
|
||||
1. Intake and framing — product-discovery (`../product-discovery/SKILL.md`)
|
||||
2. Current-state discovery — software-architecture-analysis (`../software-architecture-analysis/SKILL.md`), systematic-debugging (`../systematic-debugging/SKILL.md`)
|
||||
3. Design — api-design-and-evolution (`../api-design-and-evolution/SKILL.md`), product-design-and-ux (`../product-design-and-ux/SKILL.md`)
|
||||
4. Specification — spec-driven-development (`../spec-driven-development/SKILL.md`)
|
||||
5. Test planning — qa-methodology (`../qa-methodology/SKILL.md`)
|
||||
6. Implementation — secure-software-engineering (`../secure-software-engineering/SKILL.md`), web-accessibility (`../web-accessibility/SKILL.md`)
|
||||
7. Review and verification — verification-methodology (`../verification-methodology/SKILL.md`), technical-documentation (`../technical-documentation/SKILL.md`)
|
||||
8. Readiness and release — release-engineering (`../release-engineering/SKILL.md`), site-reliability-engineering (`../site-reliability-engineering/SKILL.md`)
|
||||
- **Included skills:**
|
||||
- ../../product-discovery/SKILL.md (`../../product-discovery/SKILL.md`)
|
||||
- ../../software-architecture-analysis/SKILL.md (`../../software-architecture-analysis/SKILL.md`)
|
||||
- ../../systematic-debugging/SKILL.md (`../../systematic-debugging/SKILL.md`)
|
||||
- ../../api-design-and-evolution/SKILL.md (`../../api-design-and-evolution/SKILL.md`)
|
||||
- ../../product-design-and-ux/SKILL.md (`../../product-design-and-ux/SKILL.md`)
|
||||
- ../../spec-driven-development/SKILL.md (`../../spec-driven-development/SKILL.md`)
|
||||
- ../../qa-methodology/SKILL.md (`../../qa-methodology/SKILL.md`)
|
||||
- ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`)
|
||||
- ../../web-accessibility/SKILL.md (`../../web-accessibility/SKILL.md`)
|
||||
- ../../verification-methodology/SKILL.md (`../../verification-methodology/SKILL.md`)
|
||||
- ../../technical-documentation/SKILL.md (`../../technical-documentation/SKILL.md`)
|
||||
- ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`)
|
||||
- ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`)
|
||||
- product-discovery (`../product-discovery/SKILL.md`)
|
||||
- software-architecture-analysis (`../software-architecture-analysis/SKILL.md`)
|
||||
- systematic-debugging (`../systematic-debugging/SKILL.md`)
|
||||
- api-design-and-evolution (`../api-design-and-evolution/SKILL.md`)
|
||||
- product-design-and-ux (`../product-design-and-ux/SKILL.md`)
|
||||
- spec-driven-development (`../spec-driven-development/SKILL.md`)
|
||||
- qa-methodology (`../qa-methodology/SKILL.md`)
|
||||
- secure-software-engineering (`../secure-software-engineering/SKILL.md`)
|
||||
- web-accessibility (`../web-accessibility/SKILL.md`)
|
||||
- verification-methodology (`../verification-methodology/SKILL.md`)
|
||||
- technical-documentation (`../technical-documentation/SKILL.md`)
|
||||
- release-engineering (`../release-engineering/SKILL.md`)
|
||||
- site-reliability-engineering (`../site-reliability-engineering/SKILL.md`)
|
||||
- **Prerequisites:**
|
||||
- A non-trivial change request, issue, or task with a verifiable contract
|
||||
- Current-state evidence (repository, tests, config, recent history) — via ../../software-architecture-analysis/SKILL.md (`../../software-architecture-analysis/SKILL.md`)
|
||||
- Change contract and evidence ledger entries — via ../../verification-methodology/SKILL.md (`../../verification-methodology/SKILL.md`)
|
||||
- Current-state evidence (repository, tests, config, recent history) — via software-architecture-analysis (`../software-architecture-analysis/SKILL.md`)
|
||||
- Change contract and evidence ledger entries — via verification-methodology (`../verification-methodology/SKILL.md`)
|
||||
- **Outputs:** change-contract, evidence-ledger, delivery-packet, implementation-plan, verification-report, release-record
|
||||
- **Handoffs:**
|
||||
- verification-report → verification-methodology — The verification report records the declared verification target and the boundary actually exercised; verdicts bind to the exact head and never claim a boundary that was not checked.
|
||||
@@ -196,22 +196,22 @@ the migration path, and the field definitions. Regenerate with
|
||||
- delivery-packet → human reviewer — Change-request journeys hand the delivery packet — gates and evidence — to the required review before merge; a timed-out review is inconclusive, not a reason to launch repeated review rounds.
|
||||
- evidence-ledger → next change (via evidence ledger) — Each run emits a compact evidence record (intent, inspected artifacts, assumptions, rejected alternatives, checks run, observed outputs, unverified boundaries) that carries learning into the next change.
|
||||
- **Conflicts:**
|
||||
- ../../product-discovery/SKILL.md (`../../product-discovery/SKILL.md`) with product-lifecycle — Product discovery is shared. Route by context: neckbeard loads it for intake and framing of a change request; product-lifecycle owns the full discovery phase of a product lifecycle.
|
||||
- ../../product-design-and-ux/SKILL.md (`../../product-design-and-ux/SKILL.md`) with product-lifecycle — Product design is shared. neckbeard loads it for user-facing behavior, interaction, and information architecture during design; product-lifecycle owns the UX and requirements phase of a product.
|
||||
- ../../spec-driven-development/SKILL.md (`../../spec-driven-development/SKILL.md`) with product-lifecycle — Specification is shared. neckbeard uses it for formal specification and phase gates on a change request; product-lifecycle uses it for requirements and acceptance criteria in its lifecycle phases.
|
||||
- ../../qa-methodology/SKILL.md (`../../qa-methodology/SKILL.md`) with product-lifecycle — QA methodology is shared. neckbeard loads it for test strategy and regression gates on a change; product-lifecycle routes to it for phase 6 quality gates.
|
||||
- ../../qa-methodology/SKILL.md (`../../qa-methodology/SKILL.md`) with production-excellence — QA methodology is shared. neckbeard loads it for change-request test planning; production-excellence uses it for launch verification evidence.
|
||||
- ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`) with product-lifecycle — Security engineering is shared. Route by context: change-level security review and threat modeling (neckbeard) versus lifecycle-phase security needs (product-lifecycle).
|
||||
- ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`) with production-excellence — Security engineering is shared. Route by context: change-level security review (neckbeard) versus launch-gate security evidence (production-excellence).
|
||||
- ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`) with agent-production-operations — Security engineering is shared. Route by context: change-level security review (neckbeard) versus agent authority contracts and disablement security (agent-production-operations).
|
||||
- ../../verification-methodology/SKILL.md (`../../verification-methodology/SKILL.md`) with product-lifecycle — Verification methodology is shared. neckbeard requires it to exercise the declared verification boundary on a change; product-lifecycle uses it at every phase gate for evidence.
|
||||
- ../../verification-methodology/SKILL.md (`../../verification-methodology/SKILL.md`) with production-excellence — Verification methodology is shared. neckbeard uses it for change-request verification verdicts; production-excellence uses it for boundary labeling of launch evidence.
|
||||
- ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`) with product-lifecycle — Release engineering is shared. Route by context: change-request release planning (neckbeard) versus lifecycle delivery handoff (product-lifecycle).
|
||||
- ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`) with production-excellence — Release engineering is shared. Route by context: change-request release planning (neckbeard) versus launch-gate release evidence (production-excellence).
|
||||
- ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`) with agent-production-operations — Release engineering is shared. Route by context: change-request release planning (neckbeard) versus agent staged-rollout planning (agent-production-operations).
|
||||
- ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`) with product-lifecycle — SRE is shared. neckbeard routes to it for reliability and operational recovery of a delivered change; product-lifecycle routes to it for delivery reliability.
|
||||
- ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`) with production-excellence — SRE is shared. Route by context: change-level reliability (neckbeard) versus gate-entry SLO/error-budget evidence (production-excellence).
|
||||
- ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`) with agent-production-operations — SRE is shared. Route by context: change-level reliability (neckbeard) versus agent runtime latency/cost budgets and incident handoff (agent-production-operations).
|
||||
- product-discovery (`../product-discovery/SKILL.md`) with product-lifecycle — Product discovery is shared. Route by context: neckbeard loads it for intake and framing of a change request; product-lifecycle owns the full discovery phase of a product lifecycle.
|
||||
- product-design-and-ux (`../product-design-and-ux/SKILL.md`) with product-lifecycle — Product design is shared. neckbeard loads it for user-facing behavior, interaction, and information architecture during design; product-lifecycle owns the UX and requirements phase of a product.
|
||||
- spec-driven-development (`../spec-driven-development/SKILL.md`) with product-lifecycle — Specification is shared. neckbeard uses it for formal specification and phase gates on a change request; product-lifecycle uses it for requirements and acceptance criteria in its lifecycle phases.
|
||||
- qa-methodology (`../qa-methodology/SKILL.md`) with product-lifecycle — QA methodology is shared. neckbeard loads it for test strategy and regression gates on a change; product-lifecycle routes to it for phase 6 quality gates.
|
||||
- qa-methodology (`../qa-methodology/SKILL.md`) with production-excellence — QA methodology is shared. neckbeard loads it for change-request test planning; production-excellence uses it for launch verification evidence.
|
||||
- secure-software-engineering (`../secure-software-engineering/SKILL.md`) with product-lifecycle — Security engineering is shared. Route by context: change-level security review and threat modeling (neckbeard) versus lifecycle-phase security needs (product-lifecycle).
|
||||
- secure-software-engineering (`../secure-software-engineering/SKILL.md`) with production-excellence — Security engineering is shared. Route by context: change-level security review (neckbeard) versus launch-gate security evidence (production-excellence).
|
||||
- secure-software-engineering (`../secure-software-engineering/SKILL.md`) with agent-production-operations — Security engineering is shared. Route by context: change-level security review (neckbeard) versus agent authority contracts and disablement security (agent-production-operations).
|
||||
- verification-methodology (`../verification-methodology/SKILL.md`) with product-lifecycle — Verification methodology is shared. neckbeard requires it to exercise the declared verification boundary on a change; product-lifecycle uses it at every phase gate for evidence.
|
||||
- verification-methodology (`../verification-methodology/SKILL.md`) with production-excellence — Verification methodology is shared. neckbeard uses it for change-request verification verdicts; production-excellence uses it for boundary labeling of launch evidence.
|
||||
- release-engineering (`../release-engineering/SKILL.md`) with product-lifecycle — Release engineering is shared. Route by context: change-request release planning (neckbeard) versus lifecycle delivery handoff (product-lifecycle).
|
||||
- release-engineering (`../release-engineering/SKILL.md`) with production-excellence — Release engineering is shared. Route by context: change-request release planning (neckbeard) versus launch-gate release evidence (production-excellence).
|
||||
- release-engineering (`../release-engineering/SKILL.md`) with agent-production-operations — Release engineering is shared. Route by context: change-request release planning (neckbeard) versus agent staged-rollout planning (agent-production-operations).
|
||||
- site-reliability-engineering (`../site-reliability-engineering/SKILL.md`) with product-lifecycle — SRE is shared. neckbeard routes to it for reliability and operational recovery of a delivered change; product-lifecycle routes to it for delivery reliability.
|
||||
- site-reliability-engineering (`../site-reliability-engineering/SKILL.md`) with production-excellence — SRE is shared. Route by context: change-level reliability (neckbeard) versus gate-entry SLO/error-budget evidence (production-excellence).
|
||||
- site-reliability-engineering (`../site-reliability-engineering/SKILL.md`) with agent-production-operations — SRE is shared. Route by context: change-level reliability (neckbeard) versus agent runtime latency/cost budgets and incident handoff (agent-production-operations).
|
||||
- **Eval suite:** evals/evals.json
|
||||
|
||||
### product-lifecycle
|
||||
@@ -220,49 +220,49 @@ the migration path, and the field definitions. Regenerate with
|
||||
- **Purpose:** Route a product through its full lifecycle — discovery, strategy and portfolio choice, roadmap, UX and requirements, experimentation, delivery handoff, adoption, success, and lifecycle review — by composing existing specialist product skills with phase-entry evidence, handoff artifacts, and escalation rules.
|
||||
- **Audience:** Product managers, product operations, and portfolio teams navigating a product across multiple lifecycle phases; agents that need to know which specialist skill to load at each phase and what evidence to hand off to the next phase.
|
||||
- **Stages (ordered):**
|
||||
1. Discovery — ../../product-discovery/SKILL.md (`../../product-discovery/SKILL.md`)
|
||||
2. Strategy and portfolio choice — ../../product-strategy/SKILL.md (`../../product-strategy/SKILL.md`), ../../strategy-frameworks/SKILL.md (`../../strategy-frameworks/SKILL.md`)
|
||||
3. Roadmap — ../../product-roadmapping-and-portfolio/SKILL.md (`../../product-roadmapping-and-portfolio/SKILL.md`)
|
||||
4. UX and requirements — ../../product-design-and-ux/SKILL.md (`../../product-design-and-ux/SKILL.md`)
|
||||
5. Experimentation — ../../product-experimentation/SKILL.md (`../../product-experimentation/SKILL.md`)
|
||||
6. Delivery handoff — ../../implementation-planning/SKILL.md (`../../implementation-planning/SKILL.md`), ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`), ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`)
|
||||
7. Adoption — ../../product-adoption/SKILL.md (`../../product-adoption/SKILL.md`)
|
||||
8. Success — ../../product-analytics-and-measurement/SKILL.md (`../../product-analytics-and-measurement/SKILL.md`), ../../conditional-customer-success/SKILL.md (`../../conditional-customer-success/SKILL.md`)
|
||||
9. Lifecycle review — ../../product-lifecycle-learning/SKILL.md (`../../product-lifecycle-learning/SKILL.md`)
|
||||
1. Discovery — product-discovery (`../product-discovery/SKILL.md`)
|
||||
2. Strategy and portfolio choice — product-strategy (`../product-strategy/SKILL.md`), strategy-frameworks (`../strategy-frameworks/SKILL.md`)
|
||||
3. Roadmap — product-roadmapping-and-portfolio (`../product-roadmapping-and-portfolio/SKILL.md`)
|
||||
4. UX and requirements — product-design-and-ux (`../product-design-and-ux/SKILL.md`)
|
||||
5. Experimentation — product-experimentation (`../product-experimentation/SKILL.md`)
|
||||
6. Delivery handoff — implementation-planning (`../implementation-planning/SKILL.md`), production-readiness (`../production-readiness/SKILL.md`), release-engineering (`../release-engineering/SKILL.md`)
|
||||
7. Adoption — product-adoption (`../product-adoption/SKILL.md`)
|
||||
8. Success — product-analytics-and-measurement (`../product-analytics-and-measurement/SKILL.md`), conditional-customer-success (`../conditional-customer-success/SKILL.md`)
|
||||
9. Lifecycle review — product-lifecycle-learning (`../product-lifecycle-learning/SKILL.md`)
|
||||
- **Included skills:**
|
||||
- ../../product-discovery/SKILL.md (`../../product-discovery/SKILL.md`)
|
||||
- ../../product-strategy/SKILL.md (`../../product-strategy/SKILL.md`)
|
||||
- ../../strategy-frameworks/SKILL.md (`../../strategy-frameworks/SKILL.md`)
|
||||
- ../../product-roadmapping-and-portfolio/SKILL.md (`../../product-roadmapping-and-portfolio/SKILL.md`)
|
||||
- ../../product-design-and-ux/SKILL.md (`../../product-design-and-ux/SKILL.md`)
|
||||
- ../../product-experimentation/SKILL.md (`../../product-experimentation/SKILL.md`)
|
||||
- ../../implementation-planning/SKILL.md (`../../implementation-planning/SKILL.md`)
|
||||
- ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`)
|
||||
- ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`)
|
||||
- ../../product-adoption/SKILL.md (`../../product-adoption/SKILL.md`)
|
||||
- ../../product-analytics-and-measurement/SKILL.md (`../../product-analytics-and-measurement/SKILL.md`)
|
||||
- ../../conditional-customer-success/SKILL.md (`../../conditional-customer-success/SKILL.md`)
|
||||
- ../../product-lifecycle-learning/SKILL.md (`../../product-lifecycle-learning/SKILL.md`)
|
||||
- ../../product-methodology/SKILL.md (`../../product-methodology/SKILL.md`)
|
||||
- ../../product-operations-and-governance/SKILL.md (`../../product-operations-and-governance/SKILL.md`)
|
||||
- ../../financial-modeling/SKILL.md (`../../financial-modeling/SKILL.md`)
|
||||
- ../../go-to-market/SKILL.md (`../../go-to-market/SKILL.md`)
|
||||
- ../../data-scientist/SKILL.md (`../../data-scientist/SKILL.md`)
|
||||
- ../../spec-driven-development/SKILL.md (`../../spec-driven-development/SKILL.md`)
|
||||
- ../../privacy-engineering/SKILL.md (`../../privacy-engineering/SKILL.md`)
|
||||
- ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`)
|
||||
- ../../verification-methodology/SKILL.md (`../../verification-methodology/SKILL.md`)
|
||||
- ../../qa-methodology/SKILL.md (`../../qa-methodology/SKILL.md`)
|
||||
- ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`)
|
||||
- ../../platform-engineering/SKILL.md (`../../platform-engineering/SKILL.md`)
|
||||
- ../../bundles/neckbeard/SKILL.md (`../../bundles/neckbeard/SKILL.md`)
|
||||
- product-discovery (`../product-discovery/SKILL.md`)
|
||||
- product-strategy (`../product-strategy/SKILL.md`)
|
||||
- strategy-frameworks (`../strategy-frameworks/SKILL.md`)
|
||||
- product-roadmapping-and-portfolio (`../product-roadmapping-and-portfolio/SKILL.md`)
|
||||
- product-design-and-ux (`../product-design-and-ux/SKILL.md`)
|
||||
- product-experimentation (`../product-experimentation/SKILL.md`)
|
||||
- implementation-planning (`../implementation-planning/SKILL.md`)
|
||||
- production-readiness (`../production-readiness/SKILL.md`)
|
||||
- release-engineering (`../release-engineering/SKILL.md`)
|
||||
- product-adoption (`../product-adoption/SKILL.md`)
|
||||
- product-analytics-and-measurement (`../product-analytics-and-measurement/SKILL.md`)
|
||||
- conditional-customer-success (`../conditional-customer-success/SKILL.md`)
|
||||
- product-lifecycle-learning (`../product-lifecycle-learning/SKILL.md`)
|
||||
- product-methodology (`../product-methodology/SKILL.md`)
|
||||
- product-operations-and-governance (`../product-operations-and-governance/SKILL.md`)
|
||||
- financial-modeling (`../financial-modeling/SKILL.md`)
|
||||
- go-to-market (`../go-to-market/SKILL.md`)
|
||||
- data-scientist (`../data-scientist/SKILL.md`)
|
||||
- spec-driven-development (`../spec-driven-development/SKILL.md`)
|
||||
- privacy-engineering (`../privacy-engineering/SKILL.md`)
|
||||
- secure-software-engineering (`../secure-software-engineering/SKILL.md`)
|
||||
- verification-methodology (`../verification-methodology/SKILL.md`)
|
||||
- qa-methodology (`../qa-methodology/SKILL.md`)
|
||||
- site-reliability-engineering (`../site-reliability-engineering/SKILL.md`)
|
||||
- platform-engineering (`../platform-engineering/SKILL.md`)
|
||||
- neckbeard (`../neckbeard/SKILL.md`)
|
||||
- **Prerequisites:**
|
||||
- Product idea, market signal, or stakeholder request
|
||||
- Problem statement and discovery log — via ../../product-discovery/SKILL.md (`../../product-discovery/SKILL.md`)
|
||||
- Strategic assessment and portfolio decision — via ../../product-strategy/SKILL.md (`../../product-strategy/SKILL.md`)
|
||||
- Roadmap entry and bet record — via ../../product-roadmapping-and-portfolio/SKILL.md (`../../product-roadmapping-and-portfolio/SKILL.md`)
|
||||
- UX contracts and acceptance criteria — via ../../product-design-and-ux/SKILL.md (`../../product-design-and-ux/SKILL.md`)
|
||||
- Experiment readout and assumptions register — via ../../product-experimentation/SKILL.md (`../../product-experimentation/SKILL.md`)
|
||||
- Problem statement and discovery log — via product-discovery (`../product-discovery/SKILL.md`)
|
||||
- Strategic assessment and portfolio decision — via product-strategy (`../product-strategy/SKILL.md`)
|
||||
- Roadmap entry and bet record — via product-roadmapping-and-portfolio (`../product-roadmapping-and-portfolio/SKILL.md`)
|
||||
- UX contracts and acceptance criteria — via product-design-and-ux (`../product-design-and-ux/SKILL.md`)
|
||||
- Experiment readout and assumptions register — via product-experimentation (`../product-experimentation/SKILL.md`)
|
||||
- **Outputs:** lifecycle-evidence-ledger, problem-statement, strategic-assessment, roadmap-entry, interface-contracts, experiment-brief, implementation-plan, readiness-verdict, release-plan, adoption-plan, outcome-measurement, outcome-review, lifecycle-decision
|
||||
- **Handoffs:**
|
||||
- readiness-verdict → production-excellence bundle — Phase 6 delivery handoff routes the production-readiness verdict to the production-excellence launch gate when that bundle is available.
|
||||
@@ -270,19 +270,19 @@ the migration path, and the field definitions. Regenerate with
|
||||
- lifecycle-evidence-ledger → next phase (via evidence ledger) — Every phase reads and writes the shared lifecycle evidence ledger; the next phase never re-derives prior-phase evidence.
|
||||
- lifecycle-decision → product-lifecycle-learning — Phase 9 records the continue/improve/harvest/pivot/pause/retire decision and retained learning in the learning loop.
|
||||
- **Conflicts:**
|
||||
- ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`) with production-excellence — Both bundles include production-readiness. Use production-excellence for launch-gate decisions; use product-lifecycle for phase 6 delivery handoff routing. Load the bundle matching the active decision context, never both at once.
|
||||
- ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`) with agent-production-operations — agent-production-operations consumes readiness outcomes as authority- gating inputs. Route phase 6 readiness reviews here; runtime authority decisions go to agent-production-operations.
|
||||
- ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`) with production-excellence — Release engineering is shared. Route by context: lifecycle delivery handoff (this bundle) versus gate-entry release evidence (production-excellence).
|
||||
- ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`) with agent-production-operations — Release engineering is shared. Route by context: lifecycle delivery handoff (this bundle) versus agent staged-rollout planning (agent-production-operations).
|
||||
- ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`) with production-excellence — SRE is shared. This bundle routes to it for reliability needs in delivery handoff; production-excellence routes to it for gate-entry SLO/error-budget evidence.
|
||||
- ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`) with agent-production-operations — SRE is shared. This bundle uses it for delivery reliability; agent-production-operations uses it for runtime latency/cost budgets and incident handoff.
|
||||
- ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`) with production-excellence — Security engineering is shared. Route by phase/domain: trust-boundary work in lifecycle phases (this bundle) versus security evidence for launch gates (production-excellence).
|
||||
- ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`) with agent-production-operations — Security engineering is shared. Route by context: lifecycle-phase security needs (this bundle) versus agent authority contracts and disablement security (agent-production-operations).
|
||||
- ../../platform-engineering/SKILL.md (`../../platform-engineering/SKILL.md`) with production-excellence — Platform engineering is shared. Route by context: lifecycle delivery handoff (this bundle) versus gate-entry platform evidence (production-excellence).
|
||||
- ../../platform-engineering/SKILL.md (`../../platform-engineering/SKILL.md`) with agent-production-operations — Platform engineering is shared. Route by context: lifecycle delivery handoff (this bundle) versus agent sandboxing and tool-execution isolation (agent-production-operations).
|
||||
- ../../privacy-engineering/SKILL.md (`../../privacy-engineering/SKILL.md`) with agent-production-operations — Privacy engineering is shared. This bundle routes to it for PII, consent, retention, and data flows in any phase; agent-production-operations routes to it for trace scrubbing and user-data-access grants.
|
||||
- ../../qa-methodology/SKILL.md (`../../qa-methodology/SKILL.md`) with production-excellence — QA methodology is shared. Route by context: lifecycle phase 6 quality gates (this bundle) versus launch verification evidence (production-excellence).
|
||||
- ../../verification-methodology/SKILL.md (`../../verification-methodology/SKILL.md`) with production-excellence — Verification methodology is shared. This bundle uses it at every phase gate for evidence; production-excellence uses it for boundary labeling of launch evidence.
|
||||
- production-readiness (`../production-readiness/SKILL.md`) with production-excellence — Both bundles include production-readiness. Use production-excellence for launch-gate decisions; use product-lifecycle for phase 6 delivery handoff routing. Load the bundle matching the active decision context, never both at once.
|
||||
- production-readiness (`../production-readiness/SKILL.md`) with agent-production-operations — agent-production-operations consumes readiness outcomes as authority- gating inputs. Route phase 6 readiness reviews here; runtime authority decisions go to agent-production-operations.
|
||||
- release-engineering (`../release-engineering/SKILL.md`) with production-excellence — Release engineering is shared. Route by context: lifecycle delivery handoff (this bundle) versus gate-entry release evidence (production-excellence).
|
||||
- release-engineering (`../release-engineering/SKILL.md`) with agent-production-operations — Release engineering is shared. Route by context: lifecycle delivery handoff (this bundle) versus agent staged-rollout planning (agent-production-operations).
|
||||
- site-reliability-engineering (`../site-reliability-engineering/SKILL.md`) with production-excellence — SRE is shared. This bundle routes to it for reliability needs in delivery handoff; production-excellence routes to it for gate-entry SLO/error-budget evidence.
|
||||
- site-reliability-engineering (`../site-reliability-engineering/SKILL.md`) with agent-production-operations — SRE is shared. This bundle uses it for delivery reliability; agent-production-operations uses it for runtime latency/cost budgets and incident handoff.
|
||||
- secure-software-engineering (`../secure-software-engineering/SKILL.md`) with production-excellence — Security engineering is shared. Route by phase/domain: trust-boundary work in lifecycle phases (this bundle) versus security evidence for launch gates (production-excellence).
|
||||
- secure-software-engineering (`../secure-software-engineering/SKILL.md`) with agent-production-operations — Security engineering is shared. Route by context: lifecycle-phase security needs (this bundle) versus agent authority contracts and disablement security (agent-production-operations).
|
||||
- platform-engineering (`../platform-engineering/SKILL.md`) with production-excellence — Platform engineering is shared. Route by context: lifecycle delivery handoff (this bundle) versus gate-entry platform evidence (production-excellence).
|
||||
- platform-engineering (`../platform-engineering/SKILL.md`) with agent-production-operations — Platform engineering is shared. Route by context: lifecycle delivery handoff (this bundle) versus agent sandboxing and tool-execution isolation (agent-production-operations).
|
||||
- privacy-engineering (`../privacy-engineering/SKILL.md`) with agent-production-operations — Privacy engineering is shared. This bundle routes to it for PII, consent, retention, and data flows in any phase; agent-production-operations routes to it for trace scrubbing and user-data-access grants.
|
||||
- qa-methodology (`../qa-methodology/SKILL.md`) with production-excellence — QA methodology is shared. Route by context: lifecycle phase 6 quality gates (this bundle) versus launch verification evidence (production-excellence).
|
||||
- verification-methodology (`../verification-methodology/SKILL.md`) with production-excellence — Verification methodology is shared. This bundle uses it at every phase gate for evidence; production-excellence uses it for boundary labeling of launch evidence.
|
||||
- **Eval suite:** evals/evals.json
|
||||
|
||||
### production-excellence
|
||||
@@ -291,31 +291,31 @@ the migration path, and the field definitions. Regenerate with
|
||||
- **Purpose:** Route cross-domain production evidence (readiness, migration, recovery, capacity/cost, incident-learning) into a launch or operational decision — go, no-go, defer, exception, or escalation — with an accountable owner and a post-launch learning path.
|
||||
- **Audience:** Service owners, SRE, release, platform, security, data, and QA teams coordinating a production change; agents assembling cross-domain production evidence into a defensible launch decision without re-deriving specialist runbooks.
|
||||
- **Stages (ordered):**
|
||||
1. Cross-domain evidence assembly — ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`), ../../migration-engineering/SKILL.md (`../../migration-engineering/SKILL.md`), ../../resilience-and-recovery/SKILL.md (`../../resilience-and-recovery/SKILL.md`), ../../capacity-and-cost-engineering/SKILL.md (`../../capacity-and-cost-engineering/SKILL.md`), ../../incident-learning/SKILL.md (`../../incident-learning/SKILL.md`)
|
||||
2. Gate evaluation — ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`), ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`), ../../verification-methodology/SKILL.md (`../../verification-methodology/SKILL.md`), ../../qa-methodology/SKILL.md (`../../qa-methodology/SKILL.md`)
|
||||
3. Operational handoff — ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`), ../../platform-engineering/SKILL.md (`../../platform-engineering/SKILL.md`), ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`), ../../data-engineering/SKILL.md (`../../data-engineering/SKILL.md`)
|
||||
4. Post-launch learning — ../../incident-learning/SKILL.md (`../../incident-learning/SKILL.md`)
|
||||
1. Cross-domain evidence assembly — production-readiness (`../production-readiness/SKILL.md`), migration-engineering (`../migration-engineering/SKILL.md`), resilience-and-recovery (`../resilience-and-recovery/SKILL.md`), capacity-and-cost-engineering (`../capacity-and-cost-engineering/SKILL.md`), incident-learning (`../incident-learning/SKILL.md`)
|
||||
2. Gate evaluation — production-readiness (`../production-readiness/SKILL.md`), site-reliability-engineering (`../site-reliability-engineering/SKILL.md`), verification-methodology (`../verification-methodology/SKILL.md`), qa-methodology (`../qa-methodology/SKILL.md`)
|
||||
3. Operational handoff — release-engineering (`../release-engineering/SKILL.md`), platform-engineering (`../platform-engineering/SKILL.md`), secure-software-engineering (`../secure-software-engineering/SKILL.md`), data-engineering (`../data-engineering/SKILL.md`)
|
||||
4. Post-launch learning — incident-learning (`../incident-learning/SKILL.md`)
|
||||
- **Included skills:**
|
||||
- ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`)
|
||||
- ../../migration-engineering/SKILL.md (`../../migration-engineering/SKILL.md`)
|
||||
- ../../resilience-and-recovery/SKILL.md (`../../resilience-and-recovery/SKILL.md`)
|
||||
- ../../capacity-and-cost-engineering/SKILL.md (`../../capacity-and-cost-engineering/SKILL.md`)
|
||||
- ../../incident-learning/SKILL.md (`../../incident-learning/SKILL.md`)
|
||||
- ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`)
|
||||
- ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`)
|
||||
- ../../platform-engineering/SKILL.md (`../../platform-engineering/SKILL.md`)
|
||||
- ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`)
|
||||
- ../../data-engineering/SKILL.md (`../../data-engineering/SKILL.md`)
|
||||
- ../../qa-methodology/SKILL.md (`../../qa-methodology/SKILL.md`)
|
||||
- ../../verification-methodology/SKILL.md (`../../verification-methodology/SKILL.md`)
|
||||
- production-readiness (`../production-readiness/SKILL.md`)
|
||||
- migration-engineering (`../migration-engineering/SKILL.md`)
|
||||
- resilience-and-recovery (`../resilience-and-recovery/SKILL.md`)
|
||||
- capacity-and-cost-engineering (`../capacity-and-cost-engineering/SKILL.md`)
|
||||
- incident-learning (`../incident-learning/SKILL.md`)
|
||||
- site-reliability-engineering (`../site-reliability-engineering/SKILL.md`)
|
||||
- release-engineering (`../release-engineering/SKILL.md`)
|
||||
- platform-engineering (`../platform-engineering/SKILL.md`)
|
||||
- secure-software-engineering (`../secure-software-engineering/SKILL.md`)
|
||||
- data-engineering (`../data-engineering/SKILL.md`)
|
||||
- qa-methodology (`../qa-methodology/SKILL.md`)
|
||||
- verification-methodology (`../verification-methodology/SKILL.md`)
|
||||
- **Prerequisites:**
|
||||
- Readiness review evidence packet (risk-scaled, 11 categories) — via ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`)
|
||||
- Migration plan, compatibility windows, and reconciliation evidence — via ../../migration-engineering/SKILL.md (`../../migration-engineering/SKILL.md`)
|
||||
- Resilience and recovery evidence (RTO/RPO, restore tests, game days) — via ../../resilience-and-recovery/SKILL.md (`../../resilience-and-recovery/SKILL.md`)
|
||||
- Capacity and cost model evidence (demand, scaling, unit cost) — via ../../capacity-and-cost-engineering/SKILL.md (`../../capacity-and-cost-engineering/SKILL.md`)
|
||||
- Incident history, causal hypotheses, and verified-closure records — via ../../incident-learning/SKILL.md (`../../incident-learning/SKILL.md`)
|
||||
- SLO and error-budget status — via ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`)
|
||||
- Release plan and rollback strategy — via ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`)
|
||||
- Readiness review evidence packet (risk-scaled, 11 categories) — via production-readiness (`../production-readiness/SKILL.md`)
|
||||
- Migration plan, compatibility windows, and reconciliation evidence — via migration-engineering (`../migration-engineering/SKILL.md`)
|
||||
- Resilience and recovery evidence (RTO/RPO, restore tests, game days) — via resilience-and-recovery (`../resilience-and-recovery/SKILL.md`)
|
||||
- Capacity and cost model evidence (demand, scaling, unit cost) — via capacity-and-cost-engineering (`../capacity-and-cost-engineering/SKILL.md`)
|
||||
- Incident history, causal hypotheses, and verified-closure records — via incident-learning (`../incident-learning/SKILL.md`)
|
||||
- SLO and error-budget status — via site-reliability-engineering (`../site-reliability-engineering/SKILL.md`)
|
||||
- Release plan and rollback strategy — via release-engineering (`../release-engineering/SKILL.md`)
|
||||
- **Outputs:** gate-decision, operational-handoff-record, accountable-owner-record, evidence-gap-register
|
||||
- **Handoffs:**
|
||||
- operational-handoff-record → incident-learning — Post-launch incidents (SLO degradations, unexpected failures, capacity breaches) route back to incident-learning with launch context; verified closure is required for follow-up items.
|
||||
@@ -323,19 +323,19 @@ the migration path, and the field definitions. Regenerate with
|
||||
- gate-decision → agent-production-operations — Readiness outcomes (go/no-go/defer/exception) gate agent authority expansion when the runtime control plane is in use.
|
||||
- accountable-owner-record → service owner — Every gate outcome names an accountable owner and records the evidence supporting it; no gate passes on a bare checklist.
|
||||
- **Conflicts:**
|
||||
- ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`) with product-lifecycle — Both bundles include production-readiness. This bundle owns the launch gate decision; product-lifecycle routes phase 6 delivery handoff. Load the bundle matching the active decision context, never both at once.
|
||||
- ../../production-readiness/SKILL.md (`../../production-readiness/SKILL.md`) with agent-production-operations — agent-production-operations consumes readiness outcomes as authority- gating inputs. Readiness reviews and go/no-go/defer/exception outcomes are produced here and consumed there.
|
||||
- ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`) with product-lifecycle — Release engineering is shared. Route by context: gate-entry release evidence (this bundle) versus lifecycle delivery handoff (product-lifecycle).
|
||||
- ../../release-engineering/SKILL.md (`../../release-engineering/SKILL.md`) with agent-production-operations — Release engineering is shared. Route by context: launch-gate release plans (this bundle) versus agent staged-rollout planning (agent-production-operations).
|
||||
- ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`) with product-lifecycle — SRE is shared. This bundle routes to it for gate-entry SLO/error-budget evidence; product-lifecycle routes to it for delivery reliability.
|
||||
- ../../site-reliability-engineering/SKILL.md (`../../site-reliability-engineering/SKILL.md`) with agent-production-operations — SRE is shared. This bundle uses it for gate-entry reliability evidence; agent-production-operations uses it for runtime latency/cost budgets and incident handoff. Incident command stays with SRE in both cases.
|
||||
- ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`) with product-lifecycle — Security engineering is shared. Route by context: security evidence for launch gates (this bundle) versus trust-boundary work in lifecycle phases (product-lifecycle).
|
||||
- ../../secure-software-engineering/SKILL.md (`../../secure-software-engineering/SKILL.md`) with agent-production-operations — Security engineering is shared. Route by context: launch-gate security evidence (this bundle) versus agent authority contracts and disablement security (agent-production-operations).
|
||||
- ../../platform-engineering/SKILL.md (`../../platform-engineering/SKILL.md`) with product-lifecycle — Platform engineering is shared. Route by context: gate-entry platform evidence (this bundle) versus lifecycle delivery handoff (product-lifecycle).
|
||||
- ../../platform-engineering/SKILL.md (`../../platform-engineering/SKILL.md`) with agent-production-operations — Platform engineering is shared. Route by context: launch-gate platform evidence (this bundle) versus agent sandboxing and tool-execution isolation (agent-production-operations).
|
||||
- ../../incident-learning/SKILL.md (`../../incident-learning/SKILL.md`) with agent-production-operations — Both bundles consume incident-learning records. This bundle uses incident history as gate-entry evidence; agent-production-operations consumes verified-closure records as escalation and disablement inputs.
|
||||
- ../../qa-methodology/SKILL.md (`../../qa-methodology/SKILL.md`) with product-lifecycle — QA methodology is shared. Route by context: launch verification evidence (this bundle) versus lifecycle phase 6 quality gates (product-lifecycle).
|
||||
- ../../verification-methodology/SKILL.md (`../../verification-methodology/SKILL.md`) with product-lifecycle — Verification methodology is shared. This bundle uses it for boundary labeling of launch evidence; product-lifecycle uses it at every phase gate.
|
||||
- production-readiness (`../production-readiness/SKILL.md`) with product-lifecycle — Both bundles include production-readiness. This bundle owns the launch gate decision; product-lifecycle routes phase 6 delivery handoff. Load the bundle matching the active decision context, never both at once.
|
||||
- production-readiness (`../production-readiness/SKILL.md`) with agent-production-operations — agent-production-operations consumes readiness outcomes as authority- gating inputs. Readiness reviews and go/no-go/defer/exception outcomes are produced here and consumed there.
|
||||
- release-engineering (`../release-engineering/SKILL.md`) with product-lifecycle — Release engineering is shared. Route by context: gate-entry release evidence (this bundle) versus lifecycle delivery handoff (product-lifecycle).
|
||||
- release-engineering (`../release-engineering/SKILL.md`) with agent-production-operations — Release engineering is shared. Route by context: launch-gate release plans (this bundle) versus agent staged-rollout planning (agent-production-operations).
|
||||
- site-reliability-engineering (`../site-reliability-engineering/SKILL.md`) with product-lifecycle — SRE is shared. This bundle routes to it for gate-entry SLO/error-budget evidence; product-lifecycle routes to it for delivery reliability.
|
||||
- site-reliability-engineering (`../site-reliability-engineering/SKILL.md`) with agent-production-operations — SRE is shared. This bundle uses it for gate-entry reliability evidence; agent-production-operations uses it for runtime latency/cost budgets and incident handoff. Incident command stays with SRE in both cases.
|
||||
- secure-software-engineering (`../secure-software-engineering/SKILL.md`) with product-lifecycle — Security engineering is shared. Route by context: security evidence for launch gates (this bundle) versus trust-boundary work in lifecycle phases (product-lifecycle).
|
||||
- secure-software-engineering (`../secure-software-engineering/SKILL.md`) with agent-production-operations — Security engineering is shared. Route by context: launch-gate security evidence (this bundle) versus agent authority contracts and disablement security (agent-production-operations).
|
||||
- platform-engineering (`../platform-engineering/SKILL.md`) with product-lifecycle — Platform engineering is shared. Route by context: gate-entry platform evidence (this bundle) versus lifecycle delivery handoff (product-lifecycle).
|
||||
- platform-engineering (`../platform-engineering/SKILL.md`) with agent-production-operations — Platform engineering is shared. Route by context: launch-gate platform evidence (this bundle) versus agent sandboxing and tool-execution isolation (agent-production-operations).
|
||||
- incident-learning (`../incident-learning/SKILL.md`) with agent-production-operations — Both bundles consume incident-learning records. This bundle uses incident history as gate-entry evidence; agent-production-operations consumes verified-closure records as escalation and disablement inputs.
|
||||
- qa-methodology (`../qa-methodology/SKILL.md`) with product-lifecycle — QA methodology is shared. Route by context: launch verification evidence (this bundle) versus lifecycle phase 6 quality gates (product-lifecycle).
|
||||
- verification-methodology (`../verification-methodology/SKILL.md`) with product-lifecycle — Verification methodology is shared. This bundle uses it for boundary labeling of launch evidence; product-lifecycle uses it at every phase gate.
|
||||
- **Eval suite:** evals/evals.json
|
||||
|
||||
### research-and-vault
|
||||
@@ -344,14 +344,14 @@ the migration path, and the field definitions. Regenerate with
|
||||
- **Purpose:** Chain web research, atomic extraction, and durable knowledge capture into a repeatable research-to-note workflow: capture source URLs and dates before interpretation, extract independent atomic claims before synthesis, and write the durable note only after source coverage and gaps are explicit.
|
||||
- **Audience:** Agents and knowledge workers that repeatedly need the full research-to-note sequence (web research, atomic extraction, durable capture) and want a stable order of operations with a clear handoff artifact instead of ad-hoc steps; not for single lookups or single notes, which route to the domain skill directly.
|
||||
- **Stages (ordered):**
|
||||
1. Web research — ../../research-methodology/SKILL.md (`../../research-methodology/SKILL.md`)
|
||||
2. Source capture — ../../research-methodology/SKILL.md (`../../research-methodology/SKILL.md`)
|
||||
3. Atomic extraction — ../../research-methodology/SKILL.md (`../../research-methodology/SKILL.md`)
|
||||
4. Synthesis and durable capture — ../../research-methodology/SKILL.md (`../../research-methodology/SKILL.md`)
|
||||
1. Web research — research-methodology (`../research-methodology/SKILL.md`)
|
||||
2. Source capture — research-methodology (`../research-methodology/SKILL.md`)
|
||||
3. Atomic extraction — research-methodology (`../research-methodology/SKILL.md`)
|
||||
4. Synthesis and durable capture — research-methodology (`../research-methodology/SKILL.md`)
|
||||
- **Included skills:**
|
||||
- ../../research-methodology/SKILL.md (`../../research-methodology/SKILL.md`)
|
||||
- research-methodology (`../research-methodology/SKILL.md`)
|
||||
- **Prerequisites:**
|
||||
- A research question or topic and access to web-research tooling — via ../../research-methodology/SKILL.md (`../../research-methodology/SKILL.md`)
|
||||
- A research question or topic and access to web-research tooling — via research-methodology (`../research-methodology/SKILL.md`)
|
||||
- **Outputs:** source-capture-record, atomic-claim-extract, durable-note
|
||||
- **Handoffs:**
|
||||
- source-capture-record → research-methodology — Source URLs and dates are captured before interpretation and carried into extraction and synthesis; never interpret a source before its URL and date are recorded.
|
||||
|
||||
Reference in New Issue
Block a user