Valesco-authored Claude Code skills for harness engineering and tracker triage. Vendor-agnostic via the tracker adapter contract — ships with Linear and GitHub Issues adapters. Bundles triage (/triage), debugging discipline (/diagnose), and the feedback-loop pattern catalog (/feedback-loop). Outputs feed runway, Valesco's autonomous coding CLI.
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → hypothesise → instrument → fix → regression-test, with Phase 1 (build a feedback loop) load-bearing. Use when the user says "diagnose this", "debug this", "reproduce this bug", "this is throwing/failing/broken in prod", "why is this slow", or describes a performance regression. Distinct from `/triage` (which decides whether a bug has enough information to be tractable at all). Run this AFTER triage has confirmed the issue is real, BEFORE letting the issue become `ready-for-agent` for runway — the regression test you write seeds the issue's acceptance criteria and the loop you build proves the fix actually closes the bug.
Construct a deterministic, agent-runnable pass/fail signal for a bug, regression, or feature — fast, sharp, and reproducible without a human in the loop. Use when the user says "build a test harness", "make this reproducible", "what's the cheapest reproducer for this bug", "the dev loop is too slow", or "we need a deterministic check for this". This is the reference skill the rest of the Valesco engineering chain leans on: `/diagnose` Phase 1 invokes it to find a bug's cause, `/tdd` invokes it to drive new code red→green. Distinct from `/diagnose` (which *uses* loops to locate causes) and `/tdd` (which *uses* loops to drive incremental implementation) — this skill is about *constructing* the loop itself. Whenever you find yourself debugging by re-reading code or running ad-hoc commands without a deterministic pass/fail, stop and run this.
Compact the current conversation into a handoff document for another agent to pick up.
GitHub Issues adapter for flightplan's tracker contract. Implements the canonical operations API (`fetch_issue`, `list_comments`, `post_comment`, `apply_labels`, `set_status`) using the `gh` CLI (or the GitHub MCP if loaded). Loaded by consumer skills (`/triage`, `/diagnose`) when `.afk/config.yml` declares `tracker: github`. Not invoked directly by users — this is the adapter the rest of flightplan reads from. Suitable for projects that don't justify a Linear seat.
Linear adapter for flightplan's tracker contract. Implements the canonical operations API (`fetch_issue`, `list_comments`, `post_comment`, `apply_labels`, `set_status`) by delegating to the Linear MCP. Loaded by consumer skills (`/triage`, `/diagnose`) when `.afk/config.yml` declares `tracker: linear` (the default). Not invoked directly by users — this is the adapter the rest of flightplan reads from.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code skills authored by or curated for Valesco Agency to drive tracker issues from idea to a clean handoff state for runway, Valesco's autonomous coding CLI.
claude plugin marketplace add ValescoAgency/flightplan
claude plugin install flightplan@valesco
For local development against a working clone:
claude plugin marketplace add /path/to/local/flightplan
claude plugin install flightplan@valesco
After install, skills are invocable as flightplan:<skill-name> (e.g.
flightplan:triage, flightplan:diagnose).
CONTEXT.md — ubiquitous-language glossary for
flightplan + runway. Read on session start.docs/workflow.md — end-to-end map from idea to
PR, repo conventions, HITL fork.docs/adr/ — architectural decision records.skills/<skill-name>/SKILL.md — Valesco-authored skills, one
directory per skill (Claude Code plugin convention).User-invoked skills that drive issues toward the runway pickup state
(label ready-for-agent). Vendor-agnostic — they read the active tracker via
the adapter system below.
| Skill | Purpose |
|---|---|
/triage | Funnel issues to the ready-for-agent label with sharp acceptance criteria so runway will pick them up. HITL-aware. |
/diagnose | Six-phase debugging discipline; Phase 1 builds a deterministic feedback loop. |
/feedback-loop | The 10-pattern catalog for constructing deterministic agent-runnable signals. |
/handoff | Compact the current conversation into a handoff document so another agent can continue the work. |
Modular per-vendor adapters that satisfy the
tracker contract. The
active adapter is selected via tracker: in .afk/config.yml (default
linear).
| Adapter | Status | Capabilities |
|---|---|---|
tracker-linear | Shipped (default) | Full — customer field, project/cycle membership, team namespace, reliable active-work detection |
tracker-github | Shipped | Reduced — no customer field, best-effort active-work detection |
tracker-jira, tracker-local-md | Deferred | — |
These compose with Matt Pocock's
engineering skills
(/grill-with-docs, /to-prd, /to-issues,
/improve-codebase-architecture, /zoom-out, /tdd) per the workflow
in docs/workflow.md. Matt's /triage is not
adopted — flightplan's /triage adds runway-prep discipline (sharp
acceptance criteria, HITL routing) on top of the same canonical state
machine.
runway — autonomous CLI;
reads issues from the tracker, runs Claude Code in
@ai-hero/sandcastle,
runs an adversarial sub-agent review, opens a PR./grill-with-docs, /to-prd, /to-issues,
/improve-codebase-architecture, /zoom-out, /tdd.npx claudepluginhub valescoagency/flightplan --plugin flightplanComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.