Checklist-driven execution framework for complex multi-step tasks. Prevents regressions by learning from past failures stored in memory. Enforces structured phases: Preparation → Planning → Implementation → Verification → Review. Use when executing large features, multi-file refactors, complex bug fixes, or any task requiring 5+ steps. Ensures nothing is forgotten. Trigger: complex task, multi-step implementation, large feature, orchestrate, structured execution, checklist-driven, "run the full flow" --- ## Core Concept Every complex task follows the same failure pattern: 1. Start coding without checking what went wrong last time 2. Miss a step because there's no checklist 3. Deploy without verifying all edge cases 4. Discover the same bug you fixed 2 weeks ago **task-driver** breaks this cycle with 5 enforced phases. --- ## Phase 0: Preparation Before writing any code, load context: 1. **Read past lessons** — Check memory/feedback files for related failures 2. **Identify task type**: - TYPE-A (Implementation): Code changes → all phases - TYPE-B (Analysis): No code → Phase 0 → 1 → 5 - TYPE-C (Operation): Single action → execute → report 3. **Select tools** — Which linters, formatters, test runners apply? ``` Rule: If a past solution exists for this problem, use it exactly. Do not invent a new approach when a proven one is documented. ``` --- ## Phase 1: Planning ### 1-1: Pre-flight Checks Before implementation, verify preconditions by category: ``` Database changes: □ Schema design finalized? □ Migration rollback plan? □ Existing data compatibility? API changes: □ Breaking changes identified? □ Versioning strategy decided? □ Auth method confirmed? UI changes: □ Mobile layout considered?
Philosophy
Skillora では、スキルを売る人も買う人も同じコミュニティにいます。 気に入った作者の新作やアップデートを追いかけたり、自分も出品して還元を受け取ったり。 好きなクリエイターをフォローして、発見と応援をひとつの場所で。
npx skills add skillora/task-driver -g -y購入後にターミナルで実行してください。
正規購入者にはインストールコマンド再実行で最新版が配信されます。
継続的な価値を提供します
Skilloraのスキルはライセンス認証で保護されており、定期的にアップデートされます。スクリーンショットやコピーでは最新版を受け取れず、バグ修正や新機能の恩恵も得られません。正規購入者には常に最新バージョンが自動配信されます。
利用規約を確認 →—
評価なし
まだレビューがありません。最初のレビューを書いてみましょう。
Free
無料で導入共有する
SNS・リンクで広める
Task Driver — AIの使い方が変わるスキル
チェックリスト駆動の段階的タスク実行。過去の失敗から学習し回帰防止。トリガー: "タスク実行", "チェックリスト駆動", "task driver", "段階的実装".
https://skillora.jp/skills/task-driver
この作者の他のスキル