Loading...
Loading...
creates draft task file in .specs/tasks/draft/ with original user intent
npx skill4agent add neolabhq/context-engineering-kit add-task.specs/tasks/draft/.specs/tasks/draft/bash ${CLAUDE_PLUGIN_ROOT}/scripts/create-folders.sh.specs/tasks/draft/.specs/tasks/todo/.specs/tasks/in-progress/.specs/tasks/done/.specs/scratchpad/| Type | Use When |
|---|---|
| New functionality or capability |
| Something is broken or not working correctly |
| Code restructuring without changing behavior |
| Adding or updating tests |
| Documentation changes only |
| Maintenance tasks, dependency updates |
| CI/CD configuration changes |
add-validation-login-form<short-name>.<issue-type>.mdadd-validation-login-form.feature.mdfix-null-pointer-user-service.bug.mdrestructure-auth-module.refactor.mdadd-unit-tests-api.test.mdupdate-readme.docs.mdupgrade-dependencies.chore.mdadd-github-actions.ci.md.specs/tasks/draft/.specs/tasks/todo/.specs/tasks/in-progress/.specs/tasks/done/.specs/tasks/todo/<short-name>.<issue-type>.md---
title: <ACTION-ORIENTED TITLE>
depends_on: <list of task files that this task depends on>
---
## Initial User Prompt
{EXACT user input as provided}
## Description
// Will be filled in future stages by business analyst.specs/tasks/draft/// ....specs/tasks/todo/add-validation-login-form.feature.mdtaskbugfeatureCreated task file: .specs/tasks/draft/<name>.<type>.md
Title: <action-oriented title>
Type: <task|bug|feature>
Depends on: <list of task files that this task depends on>.specs/tasks/draft/.specs/tasks/todo/.specs/tasks/in-progress/.specs/tasks/done/.specs/tasks/draft/<name>.<type>.md.feature.md.bug.md.refactor.md.test.md.docs.md.chore.md.ci.md// Will be filled in future stages by business analyst.specs/tasks/draft/add-unit-tests-auth.test.md---
title: Add unit tests for auth module
---
## Initial User Prompt
add tests for auth
## Description
// Will be filled in future stages by business analyst.specs/tasks/draft/fix-login-timeout.bug.md---
title: Fix login timeout on slow connections
---
## Initial User Prompt
users getting 504 errors on slow wifi
## Description
// Will be filled in future stages by business analyst.specs/tasks/draft/implement-dark-mode.feature.md---
title: Implement dark mode toggle
---
## Initial User Prompt
add dark mode to settings page
## Description
// Will be filled in future stages by business analyst