dapp-sdd:tasks

Generate a dependency-ordered task list from an implementation plan.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/aaronbassett/midnight-knowledgebase --skill dapp-sdd-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dapp-sdd:tasks
Source: https://github.com/aaronbassett/midnight-knowledgebase/tree/main/plugins/dapp-sdd/skills/tasks
Command: npx skills add https://github.com/aaronbassett/midnight-knowledgebase --skill dapp-sdd-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineering teams convert detailed implementation plans into actionable, trackable task lists with built-in review checkpoints.

Core Features & Use Cases

  • Generates a dependency-ordered task list from an implementation plan.
  • Produces phase-based tasks with IDs, checkboxes, and review gates.
  • Outputs to .dapp-sdd/tasks.md and keeps progress in a reproducible format for PRs and audits.

Quick Start

Load your phased plan from .dapp-sdd/plan.md and run the skill to generate a ready-to-use .dapp-sdd/tasks.md.

Frequently Asked Questions about dapp-sdd:tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a dependency-ordered task list from a DApp implementation plan?

To generate a dependency-ordered task list from a DApp implementation plan, load your phased plan into .dapp-sdd/plan.md and run the skill to output a structured .dapp-sdd/tasks.md with IDs, checkboxes, and review gates.

Can I automate phase-based task tracking for contract implementation and TypeScript integration?

Yes, you can automate phase-based task tracking for contract implementation and TypeScript integration by reading .dapp-sdd/plan.md and .dapp-sdd/spec.md to produce deterministic tasks with a commit-after-each-item workflow.

What is the best way to add code review gates to a DApp development workflow?

The best way to add code review gates to a DApp development workflow is generating a task list that inserts explicit review checkpoints between phases, ensuring audits and PRs remain reproducible across planning, testing, and documentation.

Does this task generation skill require a specific file format for plan management?

Yes, this task generation skill requires your plan management files to be formatted as markdown in the .dapp-sdd/ directory, specifically reading .dapp-sdd/plan.md and .dapp-sdd/spec.md to build the dependency graph.

Why does my generated task list include a commit-after-each-item workflow?

Your generated task list includes a commit-after-each-item workflow to enforce a deterministic dependency-ordered progression, keeping progress reproducible for PRs and audits across your DApp development phases.