OzeroHAX
@OzeroHAX
Public Skills
coder-rules-debug-requirements
by OzeroHAX
Debugging requirements protocol from reproducible issue to verified fix and regression protection.
coder-frontend-ui-ux
by OzeroHAX
Frontend UI/UX practices: flows, interaction states, accessibility-first UX, forms, and perceived performance.
shared-base-rules
by OzeroHAX
Mandatory baseline rules for any agent. Must be loaded before any work
planning-approach-selection
by OzeroHAX
Implementation approach selection: compare options and justify the decision
planning-monitoring-checks
by OzeroHAX
Observability: metrics, alerts, dashboards, post-change observation windows
docs-changelog
by OzeroHAX
Changelog document for tasks and releases
planning-base
by OzeroHAX
Apply shared planning baseline (format, verifiability, assumptions) before creating any concrete change plan
planning-rollout-strategy
by OzeroHAX
Rollout strategy: stages, audiences, enablement mechanics, stop points
docs-dev-plan
by OzeroHAX
Development plan document for implementation changes
planning-change-inventory
by OzeroHAX
Enumerate concrete files/components and intended edits tied to AC; not broad cross-system impact analysis
planning-testing-strategy
by OzeroHAX
Testing strategy: what to verify, test types, data needs
docs-diagram-gen
by OzeroHAX
Mermaid diagram generation for architecture, flows, and scenarios
testing-contract
by OzeroHAX
Verify provider-consumer API contract compatibility and versioning; not ad-hoc endpoint behavior checks
planning-estimation
by OzeroHAX
Time/effort estimation: method, range, assumptions, uncertainty
testing-api-manual
by OzeroHAX
Manually verify API behavior with reproducible requests and response checks; not contract version compatibility governance
docs-guide
by OzeroHAX
How-to, guide, and ops documents for users and developers
planning-requirements-extraction
by OzeroHAX
Extract requirements from a request: behavior, AC, constraints; for bugs - repro
planning-impact-analysis
by OzeroHAX
Identify affected systems, contracts, and data plus regression hotspots; not file-level edit inventory
coder-rules-clean-code
by OzeroHAX
Clean code execution rules for coding agents with verifiable quality gates.
planning-scope-definition
by OzeroHAX
Define task boundaries (in/out), assumptions, and non-goals
testing-mobile
by OzeroHAX
Mobile testing (native/hybrid/web, gestures, offline, interruptions)
docs-project-brief
by OzeroHAX
Initial project brief and MVP boundaries
planning-migration-strategy
by OzeroHAX
Migration strategy for data/schemas/contracts: compatibility, phases, verification
testing-aqa
by OzeroHAX
Design and maintain automated UI/API tests (framework patterns, stability, CI artifacts); not one-off manual checks
coder-system-design-external-api
by OzeroHAX
Reliable and secure external API integration patterns for production-grade services.
planning-risk-assessment
by OzeroHAX
Risk assessment: likelihood/impact, mitigations, residual risk
planning-scope-minimization
by OzeroHAX
Minimize changes for bugs/incidents: the smallest safe fix
coder-frontend-design
by OzeroHAX
Frontend design system practices: tokens, typography, color, layout, and component consistency.
docs-project-research-summary
by OzeroHAX
Documentation of research results and their impact on project decisions
testing-browser-manual
by OzeroHAX
Manual browser UI verification via MCP snapshots with reproducible steps and observed behavior; not automation design
testing-load
by OzeroHAX
Load testing (k6/JMeter scenarios, benchmarks)
testing-visual-regression
by OzeroHAX
Visual regression (baseline diffs, UI stabilization)
docs-project-prd
by OzeroHAX
Product Requirements Document with FR/NFR and testable acceptance criteria
coder-system-design-db-schema
by OzeroHAX
Database schema design and migration safety rules for production systems.
planning-rollback-mechanism
by OzeroHAX
Rollback mechanics and scenario: criteria, steps, data impact, recovery
shared-docs-paths
by OzeroHAX
Project documentation map. Must be loaded before any work
testing-checklist
by OzeroHAX
Create short smoke/sanity/regression checklists for critical user paths; not full step-by-step test case design
testing-a11y
by OzeroHAX
Accessibility testing (WCAG, keyboard, screen reader)
testing-security
by OzeroHAX
Basic security testing (OWASP, auth, data exposure)
testing-e2e-flow
by OzeroHAX
End-to-end scenarios (user paths, integration chains)
planning-task-classifier
by OzeroHAX
Classify a task (bug/feature/refactor/migration) and what the plan must emphasize
coder-rules-requirements
by OzeroHAX
Requirement quality rules for coding tasks with traceable MUST/SHOULD and verifiable acceptance criteria.
testing-test-case
by OzeroHAX
Design detailed reproducible test cases (Given/When/Then, one check per case); not smoke/regression checklists