← all publishers

sethdford

@sethdford source repo

567 published skills · page 5 of 6

  1. Capacity Planning · sethdford
    Model team capacity across quarters, accounting for hiring, attrition, and project work. Use when forecasting resource availability for roadmaps.
    0
    installs
  2. Technical Roadmap · sethdford bundle
    Build multi-quarter technical roadmaps aligned with business goals, clearly showing strategic investments, trade-offs, and dependencies. Use when planning longer-term technical direction, communicating with stakeholders, or aligning engineering capacity with business priorities.
    0
    installs
  3. Velocity Analysis · sethdford
    Track and interpret sprint velocity to forecast capacity, identify bottlenecks, and improve planning accuracy. Use when analyzing team productivity trends.
    0
    installs
  4. Technical Mentoring · sethdford
    Coach engineers on architecture and design. Provide feedback, guide learning, support growth. Use when mentoring junior architects or senior engineers.
    0
    installs
  5. Proof Of Concept Plan · sethdford
    Plan and execute focused POCs to validate architectural decisions before full commitment.
    0
    installs
  6. Reliability Design · sethdford
    Design systems that fail gracefully and recover automatically. Use when defining SLAs, designing for fault tolerance, or improving uptime.
    0
    installs
  7. Trade Off Analysis · sethdford
    Analyze architectural trade-offs systematically using decision matrices. Use when comparing design options or justifying architectural choices to stakeholders.
    0
    installs
  8. CI CD Pipeline Design · sethdford
    GitHub Actions, GitLab CI, Jenkins; stages, artifacts, caching, and deployment automation.
    0
    installs
  9. Code Review Checklist · sethdford
    Systematic code review process, feedback templates, approval criteria, and review best practices.
    0
    installs
  10. Competitive Landscape · sethdford
    Map existing solutions, alternatives, and competitive positioning to understand the problem space.
    0
    installs
  11. Customer Segmentation · sethdford
    Identify and prioritize customer segments based on shared needs, behaviors, and contexts.
    0
    installs
  12. Discovery Sprint Plan · sethdford
    Plan and execute a focused 1-week discovery sprint with clear learning objectives.
    0
    installs
  13. Product Ops Playbook · sethdford
    Essential PM toolkit skill for product managers.
    0
    installs
  14. Weighted Scoring · sethdford
    Create custom weighted prioritization frameworks aligned to your strategy.
    0
    installs
  15. Edge Case Analysis · sethdford
    PRD and requirements skill for product managers.
    0
    installs
  16. Jobs To Be Done Pm · sethdford
    PRD and requirements skill for product managers.
    0
    installs
  17. User Story Mapping · sethdford
    PRD and requirements skill for product managers.
    0
    installs
  18. API Performance Testing · sethdford
    Expert approach to api-performance-testing in API testing. Use when working with .
    0
    installs
  19. Test Framework Selection · sethdford
    Expert approach to test-framework-selection in test automation. Use when working with .
    0
    installs
  20. Test Case Design · sethdford
    Design systematic test cases covering valid inputs, invalid inputs, and edge cases. Use when creating manual test suites.
    0
    installs
  21. Use Case Testing · sethdford
    Derive test scenarios from use case specifications to validate end-to-end user workflows including main success, alternate, and exception paths. Use for acceptance testing and requirements validation.
    0
    installs
  22. Spike Test Plan · sethdford
    Expert approach to spike-test-plan in performance testing. Use when working with .
    0
    installs
  23. Quality Gate Design · sethdford
    Expert approach to quality-gate-design in quality measurement. Use when working with .
    0
    installs
  24. Test Environment Plan · sethdford
    Plan and design test environment strategies. Use when setting up testing infrastructure and environment requirements.
    0
    installs
  25. Containment Strategy · sethdford
    Develop containment strategies to isolate compromised systems, prevent lateral movement, and stop ongoing attacks.
    0
    installs
  26. Owasp Top Ten Check · sethdford
    Audit application architecture and code against OWASP Top 10 vulnerabilities. Use when assessing application security posture and prioritizing fixes.
    0
    installs
  27. Merge Strategy · sethdford
    Define merge strategies (squash, rebase, merge commits) that balance history clarity with practical workflow. Use when setting CI/CD merge policies.
    0
    installs
  28. Review Metrics · sethdford
    Track code review health metrics (cycle time, review participation, defect escape) to improve review process. Use when analyzing review effectiveness.
    0
    installs
  29. Change Management · sethdford
    Design change control processes that prevent production surprises while avoiding process paralysis. Use when coordinating multiple team changes or managing infrastructure modifications.
    0
    installs
  30. Career Ladder Design · sethdford
    Create transparent role progression frameworks showing how engineers advance within technical and lateral tracks. Use when defining career paths and promotion criteria.
    0
    installs
  31. Performance Feedback · sethdford
    Deliver feedback that builds confidence, corrects course, and accelerates growth. Use in 1:1s, code reviews, and performance cycles.
    0
    installs
  32. Rfc Process · sethdford
    Structure Request for Comments processes to document major technical decisions, surface concerns, and build consensus. Use before implementing significant architectural changes.
    0
    installs
  33. Dependency Mapping · sethdford
    Identify and visualize dependencies between teams, systems, and work items to prevent blocked work. Use when planning cross-team initiatives.
    0
    installs
  34. Stakeholder Presentation · sethdford
    Present architecture to diverse audiences (executives, product, engineers). Tailor message, manage Q&A, handle skepticism. Use when communicating major decisions or visions.
    0
    installs
  35. Data Pipeline Design · sethdford
    Design batch and streaming data pipelines. Plan ingestion, transformation, quality checks, and failure recovery. Use when building ETL/ELT systems or data infrastructure.
    0
    installs
  36. Integration Patterns · sethdford
    Integrate data across systems using ETL, CDC, event streaming, and API patterns. Design robust, maintainable data integrations. Use when connecting disparate data sources or microservices.
    0
    installs
  37. Network Topology · sethdford
    Design VPCs, subnets, security groups, load balancing, and DNS architecture. Plan for segmentation, DDoS protection, and failover. Use when architecting network infrastructure.
    0
    installs
  38. API Versioning Strategy · sethdford
    Backward compatibility, deprecation policies, versioning schemes (URL, header, media type).
    0
    installs
  39. Query Optimization · sethdford
    EXPLAIN PLAN analysis, index selection, join strategies, and slow query debugging.
    0
    installs
  40. Infrastructure As Code · sethdford
    Terraform, CloudFormation, reproducible infrastructure, version control, and IaC best practices.
    0
    installs
  41. Documentation Strategy · sethdford
    Documentation levels and types (README, architecture, API, runbooks), keeping docs current and discoverable.
    0
    installs
  42. Pair Programming Guide · sethdford
    Effective pair programming, driver/navigator roles, tools, and collaboration patterns.
    0
    installs
  43. Design Patterns · sethdford
    Gang of Four patterns (Creational, Structural, Behavioral) and when to apply them.
    0
    installs
  44. Opportunity Assessment · sethdford
    Evaluate the size, urgency, and addressability of a discovered problem opportunity.
    0
    installs
  45. Acceptance Criteria · sethdford
    PRD and requirements skill for product managers.
    0
    installs
  46. Test Maintenance Strategy · sethdford
    Expert approach to test-maintenance-strategy in test automation. Use when working with .
    0
    installs
  47. Visual Regression Testing · sethdford
    Expert approach to visual-regression-testing in test automation. Use when working with .
    0
    installs
  48. Load Test Design · sethdford
    Expert approach to load-test-design in performance testing. Use when working with .
    0
    installs
  49. Stress Test Plan · sethdford
    Expert approach to stress-test-plan in performance testing. Use when working with .
    0
    installs
  50. Test Coverage Analysis · sethdford
    Measure and analyze test coverage gaps. Use when identifying untested code paths and assessing coverage sufficiency.
    0
    installs
  51. Sast Configuration · sethdford
    Configure and deploy Static Application Security Testing (SAST) tools to find vulnerabilities in source code during development.
    0
    installs
  52. Security Test Plan · sethdford
    Develop comprehensive security test plans covering functional security, vulnerability scanning, and attack scenarios.
    0
    installs
  53. Audit Preparation · sethdford
    Prepare for compliance audits by collecting evidence, organizing documentation, and coordinating with auditors.
    0
    installs
  54. Evidence Preservation · sethdford
    Preserve evidence during incident response to enable forensic analysis and maintain legal admissibility.
    0
    installs
  55. Authorization Design · sethdford
    Design authorization systems (access control, role-based permissions, principle of least privilege) to enforce fine-grained access policies.
    0
    installs
  56. Secure Coding Review · sethdford bundle
    Review code systematically for security vulnerabilities using OWASP Top 10, secure coding patterns, and static analysis best practices. Use when reviewing pull requests, conducting security code reviews, or implementing secure development practices.
    0
    installs
  57. Security Documentation · sethdford
    Develop comprehensive security documentation including policies, procedures, architecture, and runbooks.
    0
    installs
  58. Trust Boundary Analysis · sethdford
    Identify trust boundaries in system architecture where privilege levels, authority, or security contexts change. Use when designing authentication, authorization, and inter-component communication.
    0
    installs
  59. Branching Strategy · sethdford
    Design branching strategies (git flow, trunk-based development, etc.) that support parallel work while maintaining stability. Use when establishing version control discipline or managing deployment complexity.
    0
    installs
  60. Release Management · sethdford
    Design repeatable release processes that minimize risk and manual overhead. Use when shipping to production, managing versioning, or coordinating multi-team releases.
    0
    installs
  61. Observability Design · sethdford
    Design observability (metrics, logs, traces) for understanding system behavior in production. Use when debugging distributed systems or building monitoring.
    0
    installs
  62. Performance Modeling · sethdford
    Model system performance, predict latency under load, identify bottlenecks. Use when optimizing performance or capacity planning.
    0
    installs
  63. Scalability Analysis · sethdford
    Analyze and predict system scalability. Model growth, identify bottlenecks, project infrastructure costs. Use when planning for growth or investigating performance limits.
    0
    installs
  64. Event Driven Architecture · sethdford
    Design systems that communicate through events instead of direct service calls. Use when building loosely-coupled, scalable, and resilient architectures.
    0
    installs
  65. State Management · sethdford
    Finite state machines, event sourcing, CQRS (Command Query Responsibility Segregation), and state modeling.
    0
    installs
  66. Launch Readiness Checklist · sethdford
    Launch and go-to-market skill for product managers.
    0
    installs
  67. Aria Validation · sethdford
    Expert approach to aria-validation in accessibility testing. Use when working with .
    0
    installs
  68. API Security Review · sethdford
    Review API security including authentication, authorization, rate limiting, input validation, and data exposure.
    0
    installs
  69. Compliance Mapping · sethdford
    Map security controls to compliance framework requirements (NIST, CIS, ISO 27001, PCI-DSS, HIPAA, GDPR, SOC 2).
    0
    installs
  70. Incident Communication · sethdford
    Develop incident communication strategies for internal teams, customers, regulators, and media during and after security incidents.
    0
    installs
  71. Incident Response Plan · sethdford bundle
    Develop comprehensive incident response plans with clear roles, procedures, communication protocols, and recovery workflows. Use when establishing IR processes, conducting tabletops, or updating response procedures after incidents.
    0
    installs
  72. Authentication Design · sethdford
    Design secure authentication systems with strong password policies, MFA, secure password reset, and session management.
    0
    installs
  73. Coding Standards · sethdford
    Define and enforce coding standards that reduce cognitive load, prevent bugs, and make code maintainable. Use when establishing style guides or linting rules.
    0
    installs
  74. Testing Strategy · sethdford
    Design testing strategies (unit, integration, end-to-end, performance) that catch bugs without creating bottlenecks. Use when scaling testing or improving release confidence.
    0
    installs
  75. Tooling Strategy · sethdford
    Plan tooling investments that multiply team productivity (CI/CD, linters, debuggers, profilers, test frameworks). Use in roadmapping or when choosing development tools.
    0
    installs
  76. Process Improvement · sethdford
    Systematically identify and implement process improvements that increase team velocity and reduce friction. Use in retrospectives or when noticing repeated friction points.
    0
    installs
  77. Knowledge Sharing Plan · sethdford
    Design systematic knowledge transfer mechanisms (lunch-and-learns, brown bags, wikis, architecture reviews) to prevent silos. Use when scaling team or protecting against key person risks.
    0
    installs
  78. Engineering Blog Post · sethdford
    Write technical blog posts that document decisions, share learnings, and build external reputation. Use for knowledge sharing, hiring, and credibility building.
    0
    installs
  79. Tech Talk Preparation · sethdford
    Prepare and deliver technical talks that educate, inspire, and represent your team and company. Use for conferences, internal knowledge sharing, or building credibility.
    0
    installs
  80. Cloud Architecture · sethdford
    Design cloud infrastructure for AWS, GCP, or Azure. Plan compute, storage, networking, and compliance. Use when architecting cloud systems or migrating to cloud.
    0
    installs
  81. Security Architecture · sethdford
    Design security architecture covering authentication, authorization, data protection, and threat models. Use when building security-critical systems.
    0
    installs
  82. Reactive Patterns · sethdford
    Streams, observables, event-driven reactive systems, backpressure, and reactive programming.
    0
    installs
  83. Customer Interview Guide · sethdford
    Design and conduct structured customer interviews to uncover problems, motivations, and decision-making.
    0
    installs
  84. Customer Advisory Board · sethdford
    Essential PM toolkit skill for product managers.
    0
    installs
  85. Opportunity Scoring · sethdford
    Apply Gibson Biddle's Importance/Satisfaction/Market Size framework.
    0
    installs
  86. Feature Specification · sethdford
    PRD and requirements skill for product managers.
    0
    installs
  87. Test Environment Management · sethdford
    Expert approach to test-environment-management in QA operations. Use when working with .
    0
    installs
  88. Root Cause Analysis QA · sethdford
    Expert approach to root-cause-analysis-qa in quality measurement. Use when working with .
    0
    installs
  89. Test Metrics Framework · sethdford
    Expert approach to test-metrics-framework in quality measurement. Use when working with .
    0
    installs
  90. Web Security Headers · sethdford
    Configure security HTTP headers to mitigate XSS, clickjacking, MIME sniffing, and other browser-based attacks.
    0
    installs
  91. Data Classification · sethdford
    Classify organizational data by sensitivity level and define handling, storage, and access requirements.
    0
    installs
  92. Forensic Analysis Guide · sethdford
    Conduct forensic analysis to determine attack vectors, scope of compromise, and evidence for legal proceedings.
    0
    installs
  93. Iam Policy Design · sethdford
    Design and implement least-privilege IAM policies for cloud and on-premise environments.
    0
    installs
  94. Cryptography Selection · sethdford
    Select appropriate cryptographic algorithms and parameters for encryption, hashing, key derivation, and digital signatures.
    0
    installs
  95. Detection Engineering · sethdford
    Build detection engineering capabilities including threat modeling, detection hypothesis development, and hypothesis testing.
    0
    installs
  96. Log Analysis Security · sethdford
    Analyze logs to investigate security incidents, identify attack patterns, and build detection rules.
    0
    installs
  97. Development Workflow · sethdford
    Design development workflows that balance speed, quality, and safety. Use when establishing team processes or improving delivery efficiency.
    0
    installs
  98. Estimation Techniques · sethdford
    Apply evidence-based estimation methods (story points, t-shirt sizing, planning poker) to reduce uncertainty. Use when sizing work for sprints or releases.
    0
    installs
  99. Sprint Planning Guide · sethdford
    Facilitate effective sprint planning meetings that balance team capacity, business priorities, and technical health. Use when preparing for sprint planning.
    0
    installs
  100. Deployment Topology · sethdford
    Plan container orchestration, load balancing, high availability, and scaling. Design deployment topologies for production systems. Use when architecting deployment infrastructure or modernizing deployment practices.
    0
    installs