askill
OutlineDriven

OutlineDriven

Publisher on askill

248 total stars
Skills28
Updated last week
GitHub
tests-adversarial
tests-adversarial
OutlineDrivenlast week

Write adversarial tests that intentionally stress failure paths. Use when hardening error handling, stress-testing assumptions, validating boundary behavior, or hunting silent failures.

17
AI 92
validation-first
validation-first
OutlineDrivenlast week

Validation-first development - design state machine specifications from requirements, then execute CREATE -> VERIFY -> IMPLEMENT cycle. Use when developing with formal state machine specifications, in...

17
AI 82
parallel-launch
parallel-launch
OutlineDrivenlast week

Decompose a task into independent concerns and execute them through aggressively parallel, specialized agent groups. Use when a request involves multiple independent sub-tasks, research across separat...

17
AI 73
refactor-break-bw-compat
refactor-break-bw-compat
OutlineDrivenlast week

Refactor by removing backward compatibility and legacy layers.

17
AI 30
proof-driven
proof-driven
OutlineDrivenlast week

Proof-driven development - design proofs from requirements, then execute CREATE -> VERIFY -> REMEDIATE cycle. Use when implementing with formal verification using property-based testing, theorem provi...

17
askme
askme
OutlineDriven2 weeks ago

Verbalized Sampling (VS) protocol for deep intent exploration before planning. Use when starting ambiguous or complex tasks, when multiple interpretations exist, or when you need to explore diverse in...

15
AI 88
reviews
reviews
OutlineDriven2 weeks ago

Review the code changes on the current branch. Use when the user asks to review their current work, analyze recent commits, or get a code quality assessment of the active branch against the main branc...

15
AI 85
pr-merge-temporal
pr-merge-temporal
OutlineDriven3 weeks ago

Merge multiple PRs into a temporal integration branch before merging to base, with ordered conflict resolution. Use when you want to validate a set of PRs together on a staging branch before advancing...

13
AI 79
gh-address-comments
gh-address-comments
OutlineDrivenlast week

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

8
AI 52
langgraph
langgraph
OutlineDriven3 weeks ago

LangGraph state-machine design and debugging for `StateGraph`, node/edge routing, checkpoints, `interrupt`, and HITL flows. Use when building or troubleshooting graph-based agents with conditional edg...

5
AI 65
srgn-cli
srgn-cli
OutlineDriven2/18/2026

Practical guide for building safe, syntax-aware srgn CLI commands for source-code search and transformation. Use when users ask for srgn commands, scoped refactors (comments/docstrings/imports/functio...

9
AI 98
gh-fix-ci
gh-fix-ci
OutlineDriven2/18/2026

Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR...

9
AI 87
contexts
contexts
OutlineDriven2/18/2026

Coordinate context sweep before coding - gather relevant files, patterns, and tooling summaries. Use when preparing to implement a feature, fix, or refactor and need comprehensive architecture, patter...

9
AI 84
design-by-contract
design-by-contract
OutlineDriven2/18/2026

Design-by-Contract (DbC) development - design contracts from requirements, then execute CREATE -> VERIFY -> TEST cycle. Use when implementing with formal preconditions, postconditions, and invariants...

9
AI 82
type-driven
type-driven
OutlineDriven2/18/2026

Type-driven development with Idris 2 - design type specifications from requirements, then execute CREATE -> VERIFY -> IMPLEMENT cycle. Use when developing with dependent types, refined types, or proof...

9
AI 78
code-simplifier
code-simplifier
OutlineDriven2/7/2026

Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.

9
ast-grep
ast-grep
OutlineDriven2/7/2026

Effective code search, analysis, and refactoring using ast-grep (sg). Use this skill for precise AST-based code modifications, structural search, and linting.

9
langgraph
langgraph
OutlineDriven3 weeks ago

LangGraph state-machine design and debugging for `StateGraph`, node/edge routing, checkpoints, `interrupt`, and HITL flows. Use when building or troubleshooting graph-based agents with conditional edg...

4
AI 84

Showing 18 of 28