Skip to main content
Run any Skill in Manus
with one click
GitHub repository

Drift

Drift contains 9 collected skills from ashish-sadh, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
9
Stars
2
updated
2026-05-29
Forks
0
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

testflight-publish
software-developers

TestFlight publish recipe. Invoked by the watchdog as its next-session slot when ≥3h since last publish AND is-clean-state passes (NOT by launchd cron — the watchdog already serializes one claude -p at a time, so slotting TF into that queue gives zero concurrency with senior/junior xcodebuild or main-branch commits). Skips quietly if not clean or <3h since last publish, otherwise bumps build, archives, uploads, stamps state, updates releases.json. Haiku model — recipe is deterministic.

2026-05-29
planning
software-developers

Deep planning for Drift autopilot. Reads + drains feedback, triages P0 bugs, processes design-doc backlog, researches the next arc (Explore sub-agent + optional WebSearch), and emits ONE primary epic per cycle. Standalone sprint-tasks no longer filed — bugs auto-route to routine-fix; permanents continue via their lifecycle. Invoked headlessly by the watchdog as `claude -p "/planning"`. Harness phase 3c per Docs/refactor/harness-phase-2-workflows.md.

2026-05-27
admin-replies
software-developers

Reply to admin comments on report PRs that arrived since the last run. Sonnet model, ~5k tokens per cycle. Was bundled inside /planning step 3; now its own skill spawned by the watchdog when `~/drift-state/last-admin-replies-at` is older than 24h. Keeps planning focused on the next epic.

2026-05-26
junior
software-developers

Junior task executor (Sonnet model) for Drift autopilot. Same shape as /senior but verifier-only-debate, no design-doc routing, no security-review. For sweeps of mechanical changes, invoked via /batch from planning. Watchdog spawns `claude -p "/junior" --model sonnet`.

2026-05-26
senior
software-developers

Senior task executor for Drift autopilot. Claims one SENIOR sprint-task, reads its <done_when> block as ground truth, implements, runs verifier debate via debate-moderator, commits only on PASS. Abandons on context budget exhaustion (never WIP-commits to main). Invoked headlessly by the watchdog as `claude -p "/senior"`.

2026-05-25
ui-evaluator
software-quality-assurance-analysts-and-testers

Evaluator-optimizer for Drift UI commits. Reads `<visual_criteria>` from the parent epic, captures simulator screenshots via mobile-mcp, scores each criterion against the rendered pixels, and emits `<visual_verdict decision="PASS|REJECT">`. On REJECT, files a refinement sub-task under the parent epic so the next senior session picks up the gap. Invoked post-commit by senior when the diff touches Drift/Views/**/*.swift; harness phase 2c per Docs/refactor/harness-phase-2-workflows.md.

2026-05-25
ui-review
web-and-digital-interface-designers

Screenshot Drift on the iOS simulator across all five tabs + key sheets, dump the UI hierarchy for each, and report visible issues (invisible text, broken layout, dark holdovers). Run after any UI change before declaring done, and especially before publishing TestFlight.

2026-05-19
design-doc
project-management-specialists

Sub-skill invoked by /senior when claimed task is design-doc-labeled. State machine — pending → write doc; in-review → respond to comments (lightweight or delegated to /autofix-pr for substantive); ready-to-close → verify all impl tasks closed + close parent. Never claims independently; always called from /senior.

2026-05-19
knowledge-curate
software-developers

Weekly sub-skill invoked by /planning. Sediments durable "What I learned" entries into stable persona sections; prunes >30d unsedimented entries; compacts agent files; updates signs docs; logs prunes to decisions.md for 1-cycle recoverability.

2026-05-18