managing-task-lifecycle
강제 게이트로 작업 수명주기 관리
작업 전환 관리는 복잡하고 오류가 발생하기 쉽습니다. 강제 게이트가 없으면 승인 기준이 누락되고 작업이 성급하게 완료로 표시됩니다. 이 스킬은 Trello 동기화를 포함해 작업 시작, 추적, 완료를 위한 구조화된 워크플로우와 자동 검증을 제공합니다.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "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)
عوامل الخطر
⚡ يحتوي على سكربتات (2)
⚙️ الأوامر الخارجية (3)
📁 الوصول إلى نظام الملفات (2)
درجة الجودة
ماذا يمكنك بناءه
스프린트 작업 관리
자동 강제 게이트로 전체 개발 사이클 동안 개별 작업 진행 상황을 추적합니다.
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.'
أفضل الممارسات
- 작업을 시작하기 전에 항상 예산 점검을 실행하여 과도한 지출을 방지하세요
- 승인 기준 검증을 강제하려면 ttask done에 strict 모드 (--strict)를 사용하세요
- 프로젝트 컨텍스트 유지를 위해 매 작업 완료 후 state.md를 업데이트하세요
تجنب
- ttask done 대신 Trello 프로젝트에서 task update --status done을 직접 사용하는 것
- strict 모드를 건너뛰어 승인 기준 확인을 우회하는 것
- state.md를 업데이트하지 않고 작업을 완료하는 것