Agent Skill
2/7/2026planning-agent
Creates comprehensive implementation plans for coding tasks before writing any code. Use when users request features, bug fixes, refactoring, or any development work. This skill ensures every coding task starts with a clear, structured plan covering requirements analysis, technical approach, task breakdown, dependencies, risk assessment, and verification strategy.
C
codcyber101
0GitHub Stars
1Views
npx skills add Codcyber101/Doc-Consult-Agent
SKILL.md
| Name | planning-agent |
| Description | Creates comprehensive implementation plans for coding tasks before writing any code. Use when users request features, bug fixes, refactoring, or any development work. This skill ensures every coding task starts with a clear, structured plan covering requirements analysis, technical approach, task breakdown, dependencies, risk assessment, and verification strategy. |
Doc-Consult-Agent
GovAssist Ethiopia (GAE) — A specialized platform for document consultation, compliance checking, and policy research.
Project Structure
/specs/: Authoritative specifications (Single Source of Truth)./agents/: Python-based AI agents (Intelligence Plane)./backend/: NestJS control plane (API & Orchestration)./ui/: Frontend application (Public Portal & Admin Dashboard)./contracts/: OpenAPI and JSON Schema contracts./policy-registry/: Authoritative rules and playbooks./infra/: Infrastructure as Code and Docker configurations.
Getting Started
AI Agents & Contributors
Please read AGENTS.md before starting any work. It contains the normative rules, developer flows, and operational commands for this repository.
Quick Start
- Infrastructure:
make -C infra up - Backend:
cd backend && npm install && npm run start:dev - Agents:
cd agents && pip install -r requirements.txt && python src/main.py - UI:
cd ui && npm install && npm run dev
Status Tracking
Current active worktrees and agent personas are tracked in WORKTREES.md.
Skills Info
Original Name:planning-agentAuthor:codcyber101
Download