.claude/skills/tasks/SKILL.md
Review task backlog across all services, pick next project, update status, or add new ideas
npx skillsauth add Coignite-ApS/businesslogic tasksInstall 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.
Review and manage platform task projects across all services.
docs/tasks/README.md to get the full backlog overview with statuses./tasks cms, /tasks formula-api), read that service's README:
docs/tasks/cms/ — CMS back-office (Directus modules, UI, billing)docs/tasks/ai-api/ — AI API service (chat, KB, public API)docs/tasks/formula-api/ — Formula API service + enginedocs/tasks/formula-api/engine/ — bl-excel Rust engine specificallydocs/tasks/flow/ — Flow engine (Rust/Axum)docs/tasks/gateway/ — API gateway (Go)docs/tasks/cross-cutting/ — Infrastructure, multi-service concernsin-progress, read its doc, begin planningcompleted, confirm docs done, remove the doc and update READMEWhen a user describes work without specifying a service, map it:
| Domain | Service | |--------|---------| | Calculator UI, admin modules, billing, Directus extensions | cms | | AI chat, knowledge base backend, embeddings, public AI API | ai-api | | Formula evaluation, MCP, calculator CRUD, execute endpoints | formula-api | | Excel formula engine, Rust, functions, parsing | formula-api/engine | | Workflow DAGs, triggers, workers | flow | | Auth, rate limiting, routing, CORS | gateway | | Hetzner, Coolify, Docker, Terraform, cross-service | cross-cutting |
When changing status:
docs/tasks/README.md**Status:** line in the individual docWhen the user says /tasks add <service> or describes work to add:
docs/tasks/<service>/ and pick next NN# NN. <Title>
**Status:** planned
**Mirrors:** (optional — if related to another service's task)
---
## Goal
<One paragraph describing what this task achieves>
---
## Key Tasks
- [ ] <Task 1>
- [ ] <Task 2>
- [ ] ...
---
## Key Files
- `services/<service>/path/to/file.js`
- ...
---
## Acceptance Criteria
- [ ] <Criterion 1>
- [ ] <Criterion 2>
- [ ] ...
docs/tasks/<service>/NN-slug.mddocs/tasks/README.md/robo-task <service>/NN-slugcross-cutting/testing
Complete project health check: verify tests, documentation, database snapshots, migration progress, and suggest next steps. Run after completing any task or iteration.
tools
Evidence-based frontend design: research, evaluate, and build production-grade interfaces. Audits existing UI with Chrome DevTools, documents design decisions with rationale, and applies modern design principles including AI-first patterns. Use for building, reviewing, or improving any frontend interface.
development
DevOps infrastructure review agent: Terraform audit, Docker/Compose hardening, Coolify deployment assessment, networking, backup strategy, monitoring, and CI/CD pipeline review. Evaluates infrastructure like a senior DevOps engineer performing production readiness assessment — with evidence, severity ratings, and actionable recommendations.
development
CTO-level technical review agent: security audit, architecture evaluation, code quality analysis, dependency assessment, and technology fitness review. Evaluates the project like a senior technical leader performing due diligence — with evidence, severity ratings, and actionable recommendations.