Add Task
Skill Verified Activecreates draft task file in .specs/tasks/draft/ with original user intent
To streamline the initial task definition process by automatically generating structured task files based on user intent, ensuring consistency and saving developer time.
Features
- Creates draft task files
- Automates file naming convention
- Parses user intent for task details
- Manages task directory structure
Use Cases
- When initiating a new task that requires a structured file format.
- To ensure consistent task definition across a team.
- For automating the setup of new tasks in a project workflow.
Non-Goals
- Implementing the task described in the file.
- Modifying existing task files or structures.
- Writing the full description for the task; only a placeholder is created.
Trust
- info:Issues AttentionThere were 6 issues opened and 8 issues closed in the last 90 days. The closure rate is approximately 57%, indicating good maintainer engagement.
Installation
First, add the marketplace
/plugin marketplace add NeoLabHQ/context-engineering-kit/plugin install sdd@context-engineering-kitQuality Score
VerifiedTrust Signals
Similar Extensions
Cli Creator
100Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.
Fixflow
100Execute coding tasks with a strict delivery workflow: build a full plan, implement one step at a time, run tests continuously, and commit by default after each step (`per_step`). Support explicit commit policy overrides (`final_only`, `milestone`) and optional BDD (Given/When/Then) when users ask for behavior-driven delivery or requirements are unclear.
Ralplan
99Consensus planning entrypoint that auto-gates vague ralph/autopilot/team requests before execution
Context Mode Ops
100Manage context-mode GitHub issues, PRs, releases, and marketing with parallel subagent army. Orchestrates 10-20 dynamic agents per task. Use when triaging issues, reviewing PRs, releasing versions, writing LinkedIn posts, announcing releases, fixing bugs, merging contributions, validating ENV vars, testing adapters, or syncing branches.
Kotlin Mcp Server Generator
100Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.
Spec to Repo
100Use when the user says 'build me an app', 'create a project from this spec', 'scaffold a new repo', 'generate a starter', 'turn this idea into code', 'bootstrap a project', 'I have requirements and need a codebase', or provides a natural-language project specification and expects a complete, runnable repository. Stack-agnostic: Next.js, FastAPI, Rails, Go, Rust, Flutter, and more.