← all publishers

harsh817

@harsh817 source repo

80 published skills

  1. Reliability Failure Audit · harsh817 bundle
    Audit reliability and failure readiness before production. Use when testing dependency failures, retries, timeouts, duplicate requests, concurrency, partial failures, idempotency, recovery behavior, and error handling.
    0 installs
  2. Feature Scope Definition · harsh817 bundle
    Define or audit the exact scope of one feature, including included behavior, excluded behavior, dependencies, and layer impact. Use before designing or implementing a feature to keep the slice small and strategic.
    0 installs
  3. Implementation Planning · harsh817 bundle
    Plan a small strategic implementation slice for one feature after repository inspection. Use when deciding files, order of work, tests, verification, risks, and how to keep the change understandable before coding.
    0 installs
  4. Plan To Code Comparison · harsh817 bundle
    Compare implemented code against the feature plan, delivery document, and project constraints. Use after implementation to find missing acceptance criteria, plan drift, stale documents, and unintended behavior.
    0 installs
  5. Performance Capacity Audit · harsh817 bundle
    Audit performance and capacity before production. Use when measuring latency, throughput, resource use, database queries, critical paths, expected load, and capacity risks with evidence rather than guesses.
    0 installs
  6. Design Complexity Review · harsh817 bundle
    Review feature code for design quality and complexity using Ousterhout-style principles. Use after implementation to find tactical patches, shallow modules, information leakage, vague names, pass-through methods, duplicated rules, avoidable special cases, and nonobvious code.
    0 installs
  7. Production Readiness Router · harsh817 bundle
    Automatically invoke the Phase 4 Audit production-readiness skills one by one by exact skill name, compare evidence against the project, create or continuously update PRODUCTION_READINESS.md, and produce a final READY, READY WITH ACCEPTED RISKS, or NOT READY decision.
    0 installs
  8. Error And Edge Case Design · harsh817 bundle
    Design error handling and edge cases for one feature across frontend, API, backend, database, and tests. Use when deciding which failures to prevent, define away, recover from, or expose to users.
    0 installs
  9. Feature Outcome Definition · harsh817 bundle
    Define or audit the specific outcome of one feature before designing frontend, API, backend, data, and tests. Use when a feature idea is vague, too broad, disconnected from the product outcome, or needs a precise success target.
    0 installs
  10. Module And Boundary Design · harsh817 bundle
    Design module ownership and boundaries for one feature. Use when deciding where feature behavior, rules, data access, API handling, and UI responsibilities belong.
    0 installs
  11. Coding Agent Instructions · harsh817 bundle
    Write precise coding-agent instructions for implementing one feature. Use when converting a plan into actionable agent guidance with scope boundaries, project comparisons, tests, stop conditions, documentation updates, and expected outcomes.
    0 installs
  12. Run Behavior Verification · harsh817 bundle
    Verify implemented feature behavior by running relevant commands, manual checks, screenshots, smoke tests, logs, or API checks. Use after coding and before review to prove the user-visible behavior works.
    0 installs
  13. Acceptance Criteria Writing · harsh817 bundle
    Write or audit acceptance criteria for one feature across success, validation, permissions, state changes, and visible results. Use when a feature needs clear done criteria before implementation or tests.
    0 installs
  14. Small Slice Implementation · harsh817 bundle
    Implement one feature in small vertical slices. Use when editing code to deliver behavior while preserving project patterns, owner modules, information hiding, tests, user changes, and the delivery document.
    0 installs
  15. Architecture Complexity Audit · harsh817 bundle
    Audit architecture and complexity before production. Use when reviewing module boundaries, deep interfaces, information hiding, information leakage, pass-through layers, repetition, vague names, nonobvious code, and Ousterhout-style red flags.
    0 installs
  16. Production Readiness Decision · harsh817 bundle
    Make the final production readiness decision from audit evidence. Use when combining requirements, architecture, code quality, tests, security, data, performance, reliability, deployment, observability, and adversarial findings into READY, READY WITH ACCEPTED RISKS, or NOT READY.
    0 installs
  17. Architecture Style · harsh817
    Define or audit the project's architecture style, module shape, dependency direction, and layer boundaries. Use when establishing a modular monolith, reviewing cross-layer imports, deciding service boundaries, or simplifying architecture that has become shallow or tangled.
    0 installs
  18. Full System Adversarial Review · harsh817 bundle
    Run a full-system adversarial production review. Use when actively searching for hidden assumptions, unknown dependencies, missing errors, unsafe interactions, cross-area failures, and readiness blind spots after focused audits.
    0 installs
  19. Observability Operations Audit · harsh817 bundle
    Audit observability and operations readiness before production. Use when checking logs, metrics, traces, dashboards, alerts, health checks, runbooks, ownership, on-call readiness, and operational evidence.
    0 installs
  20. Strategic Fixing Refactoring · harsh817 bundle
    Fix feature defects and refactor strategically after review or verification. Use when tests, behavior checks, plan comparison, or design review reveal issues that should be corrected without expanding scope or hiding unrelated cleanup.
    0 installs
  21. Requirements Completeness Audit · harsh817 bundle
    Audit production requirements completeness for a release, feature set, or system. Use when confirming every must-have user journey, acceptance condition, non-goal boundary, and documented requirement works before production readiness.
    0 installs
  22. Git And Change Rules · harsh817
    Define or audit branch rules, commit scope, diff review, ignored files, push conditions, and change hygiene. Use before committing, opening a PR, reviewing local changes, or preventing unrelated tactical edits from accumulating.
    0 installs
  23. Code Quality Documentation Audit · harsh817 bundle
    Audit code quality and documentation before production. Use when checking consistency, readability, interface comments, design notes, stale comments, TODOs, debug code, naming, and nonobvious implementation choices.
    0 installs
  24. Functional Regression Test Audit · harsh817 bundle
    Audit functional and regression test readiness before production. Use when confirming unit, integration, system, edge-case, smoke, and regression tests pass and adequately support safe refactoring.
    0 installs
  25. Module Ownership Rules · harsh817
    Define or audit which module owns each business rule, data concept, policy, and design decision. Use when assigning responsibility, removing duplicated rules, fixing information leakage, or deciding where new behavior belongs.
    0 installs
  26. Project Goal And Scope · harsh817
    Define or audit a project's goal, users, success boundary, and explicit out-of-scope work. Use when starting a project, writing a PRD, clarifying scope, rejecting feature creep, or checking whether a proposed change increases complexity without serving the core purpose.
    0 installs
  27. Technology Stack Rules · harsh817
    Define or audit the approved language, framework, database, test tools, and libraries for a project. Use when creating project standards, choosing dependencies, reviewing new packages, or preventing stack drift that increases cognitive load and hidden coupling.
    0 installs
  28. Interface And API Rules · harsh817
    Define or audit how modules, layers, services, and external clients communicate. Use when designing APIs, reviewing public interfaces, preventing implementation leakage, or simplifying contracts between modules.
    0 installs
  29. Backend And Business Logic Design · harsh817 bundle
    Design backend flow and business logic for one feature. Use when deciding commands, transactions, domain rules, permissions, side effects, jobs, and module ownership before coding backend behavior.
    0 installs
  30. AI Agent Operating Rules · harsh817
    Define or audit how AI agents plan, ask questions, limit scope, preserve user work, verify changes, and report deviations. Use when setting agent instructions, reviewing autonomous work, or creating guardrails for coding assistants.
    0 installs
  31. Data And Migration Rules · harsh817
    Define or audit schema ownership, constraints, transactions, data access boundaries, and safe migration practices. Use when adding tables, changing fields, writing migrations, or preventing persistence details from leaking through the system.
    0 installs
  32. Folder And File Structure · harsh817
    Define or audit where features, shared code, tests, migrations, configuration, and documentation belong. Use when creating a repository layout, adding files, reorganizing folders, or reducing navigation complexity and misplaced ownership.
    0 installs
  33. Project Guardrails Router · harsh817 bundle
    Automatically invoke the twelve Project Foundation and Guardrails skills one by one, then create or update the canonical AGENT_GUARDRAILS.md project operating document that coding agents must read from project start through final delivery. Use when the user wants one router skill to cover all foundation and guardrail decisions without manually invoking each skill.
    0 installs
  34. Security And Safety Rules · harsh817
    Define or audit authentication, authorization, validation, secrets, sensitive data handling, and prohibited unsafe actions. Use when adding user access, handling private data, reviewing external inputs, or creating safety guardrails for agents and developers.
    0 installs
  35. Naming And Coding Conventions · harsh817
    Define or audit naming, formatting, comments, file patterns, and coding consistency rules. Use when creating conventions, reviewing unclear names, writing comments, choosing formats, or reducing obscurity in code.
    0 installs
  36. Product Goal Intake · harsh817
    Define the product, offer, audience, business goal, desired viewer action, proof, and constraints before any marketing video creative work begins.
    0 installs
  37. Editing Style Director · harsh817 bundle
    Extract, choose, and apply a reusable editing style language for videos, including pacing, typography, overlays, transitions, shot grammar, and style-pack routing.
    0 installs
  38. Comfyui Video Generation · harsh817
    Generate controlled short video clips through local ComfyUI workflows such as MiniMax H3 or LTX, then collect outputs for final editing.
    0 installs
  39. Fashion Visual Direction · harsh817
    Direct fashion, outfit, dress, and styling videos with clear visual logic, flattering garment explanations, and viewer-friendly callouts.
    0 installs
  40. Production Quality Gates · harsh817 bundle
    Manage approval gates for AI video production so product goal, creative direction, style, storyboard, assets, clips, edit, and final review are explicitly accepted before moving forward.
    0 installs
  41. Reference Video Analysis · harsh817
    Analyze a reference or draft video frame-by-frame to extract story beats, timing, visual logic, problems, and elements to preserve.
    0 installs
  42. Video Quality Review Fix · harsh817
    Review rendered AI-assisted videos for production quality, identify exact failures, and decide whether to regenerate clips or fix them in edit.
    0 installs
  43. Video Storyboard Planner · harsh817
    Convert a reference analysis or concept into a timed storyboard for a coherent short video with shots, prompts, transitions, captions, and review checkpoints.
    0 installs
  44. Hyperframes Video Editing · harsh817
    Assemble AI-generated clips into polished short videos using Hyperframes, including captions, overlays, callouts, transitions, audio sync, validation, render, and proof sheets.
    0 installs
  45. Production Video Pipeline · harsh817
    Run a full production video workflow from reference analysis to storyboard, ComfyUI clip generation, Hyperframes editing, quality review, and final proof.
    0 installs
  46. Marketing Creative Director · harsh817
    Direct marketing creative production from brief or reference to final video, defining audience, concept, hook, visual proof, asset strategy, production plan, and quality bar before generation or editing.
    0 installs
  47. Feature Grouping · harsh817 bundle
    Group discovered features into coherent capabilities, modules, milestones, or user journey areas. Use when organizing a feature map, reducing duplicate work, or aligning features with ownership and deep abstractions.
    0 installs
  48. Outcome Definition · harsh817 bundle
    Define or audit the concrete app outcome before breaking work into features. Use when starting a product, clarifying an existing project, turning a vague idea into a buildable target, or checking whether proposed features serve the real user outcome.
    0 installs
  49. Clarify Knowns · harsh817 bundle
    Ask question-first prompts to capture known knowns before software work. Use for any domain when establishing the outcome, existing facts, decisions, constraints, project state, references, and user context before planning, designing, debugging, building, or auditing.
    0 installs
  50. User Identification · harsh817 bundle
    Identify primary, secondary, and supporting users for an app outcome. Use when discovering whose journeys, permissions, pains, and decisions should shape the feature map or when an existing project has unclear user roles.
    0 installs
  51. Design It Twice · harsh817 bundle
    Generate and compare at least two viable designs for one feature before choosing an implementation plan. Use when a feature affects multiple layers, module boundaries, interfaces, data, or error handling.
    0 installs
  52. Find Blindspots · harsh817 bundle
    Ask question-first prompts to uncover unknown unknowns before or during software work. Use for any domain when hidden assumptions, missing failure modes, unseen dependencies, security risks, data risks, edge cases, or expert concerns could change the plan.
    0 installs
  53. Unknowns Router · harsh817 bundle
    Orchestrate the Unknowns Toolkit question-first skills for any software work, including frontend, backend, debugging, database design, agent frameworks, docs, deployments, and audits. Use to create or update UNKNOWNS.md, ask focused user questions, classify unknowns, and recommend the next workflow phase without implementing the work.
    0 installs
  54. Feature Map Document · harsh817 bundle
    Create, update, and maintain the canonical FEATURE_MAP.md from outcome, users, journeys, actions, rules, failures, groups, priorities, and vertical slices. Use when the feature discovery flow needs a comprehensive document that coding agents read before implementation and update whenever feature decisions change.
    0 installs
  55. User Journey Mapping · harsh817 bundle
    Map the steps a user takes to reach the desired app outcome. Use when turning users and outcomes into workflows, auditing existing screens, or finding missing transitions before feature breakdown.
    0 installs
  56. Test Plan Design · harsh817 bundle
    Design the test plan for one feature across unit, integration, API, UI, end-to-end, migration, and regression tests. Use before implementation to align tests with acceptance criteria and module interfaces.
    0 installs
  57. Commit And Push · harsh817 bundle
    Commit and push one completed feature after verification and final diff review. Use when preparing a focused git commit, preserving unrelated user changes, writing a clear message, pushing to GitHub, and recording the result.
    0 installs
  58. Data Model Design · harsh817 bundle
    Design or audit the data model for one feature, including entities, fields, constraints, indexes, ownership, migrations, and persistence boundaries. Use before implementing database or schema changes.
    0 installs
  59. Surface Questions · harsh817 bundle
    Ask question-first prompts to expose known unknowns before software work. Use for any domain when open decisions, ambiguities, missing requirements, uncertain architecture, debugging hypotheses, data choices, UX flows, or risky assumptions could change the next step.
    0 installs
  60. Failure Case Discovery · harsh817 bundle
    Discover failure cases, edge cases, invalid states, and recoverable errors for planned features. Use when designing resilient workflows, reducing hidden unknowns, or deciding which errors can be defined out of existence.
    0 installs
  61. Feature Prioritization · harsh817 bundle
    Prioritize features by outcome value, learning value, dependency order, risk, and complexity. Use when turning a feature map into a build order or reviewing whether a backlog is tactical and too feature-first.
    0 installs
  62. Final Diff Review · harsh817 bundle
    Review the final local diff before delivery, commit, or push. Use when checking changed files for accidental edits, unrelated changes, secrets, generated artifacts, missing tests, stale docs, design regressions, and user-work preservation.
    0 installs
  63. Data Migration Audit · harsh817 bundle
    Audit data and migration readiness before production. Use when checking schema constraints, transactions, migration safety, compatibility, backups, restore tests, data-loss risks, and rollback implications.
    0 installs
  64. Make Tacit Visible · harsh817 bundle
    Ask question-first prompts to turn tacit preferences and unknown knowns into examples, references, criteria, prototypes, or reaction loops. Use for frontend design, architecture taste, developer experience, agent frameworks, workflows, documentation quality, and any work where the user knows what good looks like when they see it.
    0 installs
  65. Business Rule Discovery · harsh817 bundle
    Discover business rules, invariants, policies, limits, and decisions hidden inside outcomes, journeys, actions, or existing code. Use when feature maps need domain rules before implementation or when rules appear duplicated across a project.
    0 installs
  66. Vertical Slice Creation · harsh817 bundle
    Create small vertical slices that cut through UI, application logic, domain rules, data, and tests. Use when converting prioritized features into buildable increments or avoiding broad horizontal implementation plans.
    0 installs
  67. API Contract Design · harsh817 bundle
    Design the API contract for one feature, including endpoint or procedure shape, request and response data, status/error semantics, validation, permissions, and versioning concerns.
    0 installs
  68. Feature Breakdown Router · harsh817 bundle
    Automatically invoke the Phase 1 Features breakdown skills one by one by exact skill name, compare against the project when available, and create or continuously update FEATURE_MAP.md as the comprehensive outcome-to-build-plan document. Use when the user wants one router skill to cover everything needed to achieve the app outcome and keep the feature plan current as changes happen.
    0 installs
  69. Frontend Flow Design · harsh817 bundle
    Design the frontend flow for one feature, including screens, states, user actions, loading, validation, errors, accessibility, and connection to API behavior.
    0 installs
  70. Feature Ship Router · harsh817 bundle
    Automatically invoke the Phase 3 Ship skills one by one by exact skill name, compare the implementation against the project and feature plan, create or continuously update FEATURE_DELIVERY.md, then commit and push one working tested understandable feature when requested.
    0 installs
  71. Test Implementation · harsh817 bundle
    Add or update tests for one implemented feature. Use when deciding unit, integration, system, regression, or smoke tests that prove behavior while respecting existing project test style and avoiding brittle implementation coupling.
    0 installs
  72. Feature Design Router · harsh817 bundle
    Automatically invoke the Phase 2 EndToEnd feature-design skills one by one by exact skill name, compare against the project when available, and create or continuously update FEATURE_DESIGN.md as the comprehensive frontend/API/backend/database/test plan for one feature.
    0 installs
  73. Documentation Review · harsh817 bundle
    Review and update documentation for an implemented feature. Use when checking README files, API docs, comments, design documents, changelogs, examples, and delivery notes after code changes.
    0 installs
  74. Interface First Design · harsh817 bundle
    Design the module interface for one feature before implementation. Use when defining commands, services, hooks, repositories, or public methods so callers see intent rather than implementation details.
    0 installs
  75. Repository Inspection · harsh817 bundle
    Inspect an existing repository before implementing a feature. Use when a coding agent needs to understand project structure, current behavior, owner modules, tests, documentation, git state, and risk before planning code changes.
    0 installs
  76. Security Readiness Audit · harsh817 bundle
    Audit security readiness before production. Use when reviewing authentication, authorization, input validation, secrets, dependency risks, data exposure, privacy, abuse paths, and unsafe interactions for a release or system.
    0 installs
  77. Testing Rules · harsh817
    Define or audit required tests, test locations, behavioral seams, fixtures, and verification expectations. Use when adding features, fixing bugs, planning coverage, or preventing tests from coupling to implementation details.
    0 installs
  78. Action To Feature Breakdown · harsh817 bundle
    Convert actions into small buildable features with clear boundaries. Use when turning workflow actions into backlog items, reviewing feature size, or separating user-facing behavior from internal implementation tasks.
    0 installs
  79. Journey To Action Breakdown · harsh817 bundle
    Break each user journey step into concrete user and system actions. Use when converting journeys into implementable behavior, comparing workflows to existing code, or exposing hidden actions before feature design.
    0 installs
  80. Deployment Rollback Audit · harsh817 bundle
    Audit deployment and rollback readiness before production. Use when verifying build pipeline, staging deployment, environment configuration, migrations, smoke tests, release controls, rollback plan, and deploy safety.
    0 installs