00-system/skills/projects/bulk-complete/SKILL.md
Bulk-complete tasks/steps in a project. Load when user says "bulk complete [project]", "mark all done", "complete phase X", or needs to finish project tasks efficiently. Works with both steps.md and tasks.md formats.
npx skillsauth add abdullahbeam/nexus-design-abdullah bulk-completeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Efficiently mark tasks complete in project steps.md files.
Auto-detect and run:
python scripts/bulk-complete.py --project [ID] --all --no-confirm
Complete all tasks (project finished):
python scripts/bulk-complete.py --project 01 --all --no-confirm
Complete specific phase (phase done):
python scripts/bulk-complete.py --project 01 --section "Phase 2"
Complete task range (selective):
python scripts/bulk-complete.py --project 01 --tasks 1-5,7,10-15
Interactive mode (pick tasks):
python scripts/bulk-complete.py --project 01
Run python scripts/bulk-complete.py --help for all options.
Integration: Used by close-session skill (Step 2 auto-complete)
development
Load when user says "mental model", "think through this", "structured thinking", "help me decide", "analyze this problem", "first principles", "pre-mortem", "stakeholder mapping", "what framework should I use", or any specific model name. Provides 59 thinking frameworks for decision-making, problem decomposition, and strategic analysis.
development
Generate comprehensive philosophy and standards documents for any domain (UX design, landing pages, email outbound, API design, etc.). Load when user says "create philosophy doc", "generate standards for [domain]", "build best practices guide", or "create benchmarking document". Conducts deep research, synthesizes findings, and produces structured philosophy documents with principles, frameworks, anti-patterns, checklists, case studies, and metrics.
development
Validate Nexus-v3 system integrity and fix common issues automatically. Load when user mentions "validate system", "check system", or "fix problems". Runs comprehensive checks on folder structure, metadata files, and framework consistency with auto-repair capabilities.
development
Load when user says "validate docs", "check documentation consistency", "docs vs implementation", or "find documentation mismatches". Systematically compares implementation code against documentation to identify and fix inconsistencies.