managing-task-lifecycle
Управление жизненным циклом задач с контрольными точками
Управление переходами задач — сложный и подверженный ошибкам процесс. Без контрольных точек критерии приемки пропускаются, а задачи отмечаются завершёнными преждевременно. Этот навык предоставляет структурированный рабочий процесс с автоматической проверкой для начала, отслеживания и завершения задач с синхронизацией Trello.
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“managing-task-lifecycle”。 Start working on T28.1 and show me the acceptance criteria
预期结果:
- Budget check passed (estimated 45K tokens)
- Task T28.1 status updated to in_progress
- Timer started
- Trello card moved to In Progress
- Acceptance Criteria
- Implement user model with email and password fields
- Add password hashing using bcrypt
- Create login endpoint with JWT authentication
- Write unit tests for authentication module
- All tests pass in CI
正在使用“managing-task-lifecycle”。 Check if my task is ready for completion
预期结果:
- Task file: Valid format with all required fields
- Tests: All tests pass
- Linting: No errors found
- Git status: Working directory clean
- Ready for completion! Run: bpsai-pair ttask done TRELLO-XX --summary '...' --list 'Deployed/Done'
安全审计
低风险This is a documentation and workflow guide skill with minimal helper scripts. The Python scripts run standard development tools (pytest, ruff, git) with hardcoded arguments for task validation. No network access, no credential handling, and no dynamic command construction. The static scanner flagged documentation examples and YAML frontmatter, but these are false positives. All external commands are trusted dev tools with static arguments.
低风险问题 (1)
风险因素
质量评分
你能构建什么
Управление задачами спринта
Отслеживание прогресса отдельных задач в течение полного цикла разработки с автоматическими контрольными точками.
Синхронизация с Trello
Синхронизация досок Trello с локальным состоянием задач для видимости команды и отчётности.
Контроль критериев завершения
Проверка выполнения всех критериев приемки перед разрешением отметить задачи как завершённые.
试试这些提示
Start working on task T28.1. Check the budget first and then update the task status to in_progress. Show me the acceptance criteria.
Add a progress comment to Trello card TRELLO-abc123 saying I completed the API endpoints and am starting tests.
Check if task T28.1 is ready for completion. Run the completion checklist to verify tests pass, linting is clean, and all acceptance criteria are checked.
Complete task TRELLO-abc123 with strict mode enabled. Use the summary: 'Implemented user authentication with JWT tokens. All tests passing.'
最佳实践
- Всегда выполняйте проверку бюджета перед началом, чтобы избежать перерасхода на задачи
- Используйте строгий режим (--strict) для ttask done, чтобы обеспечить проверку критериев приемки
- Обновляйте state.md после каждого завершения задачи для поддержания контекста проекта
避免
- Использование task update --status done напрямую в проектах Trello вместо ttask done
- Пропуск строгого режима и обход проверок критериев приемки
- Завершение задач без обновления state.md