gigledger-dev

Coordinate GigLedger feature development using a docs-first four-layer architecture workflow.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/kamal-haider/GigLedger --skill gigledger-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gigledger-dev
Source: https://github.com/kamal-haider/GigLedger/tree/main/.claude/skills/main-orchestrator
Command: npx skills add https://github.com/kamal-haider/GigLedger --skill gigledger-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? This Skill coordinates GigLedger development work by enforcing a docs-first approach and aligning all decisions to the official documentation.

## Core Features & Use Cases

  • Enforces documentation as the single source of truth for feature scopes, architecture decisions, and launch readiness.
  • Guides feature implementation by referencing docs/ every step, ensuring architectural consistency and MVP alignment.
  • Automates governance tasks such as updating docs/10_launch_checklist.md whenever milestones are completed and tracked against tickets.

Quick Start

Consult the current docs and start planning a feature by mapping it to the four-layer architecture.

Frequently Asked Questions about gigledger-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce a docs-first workflow for feature implementation?

A docs-first workflow requires referencing architectural documentation at every development step to maintain scope and consistency. It enforces official docs as the single source of truth for feature implementation and architectural decisions.

What is a four-layer architecture workflow for software development?

A four-layer architecture workflow structures development into presentation, application, domain, and data layers. It guides feature implementation by mapping requirements to these specific layers to maintain architectural consistency across modules.

How do I update launch checklists automatically when milestones are completed?

To update launch checklists, track completed milestones against GitHub tickets and modify the launch checklist document upon feature completion. This automates governance by reflecting readiness status directly within the project documentation.

Do I need existing architectural docs to enforce coding standards during feature development?

Yes, existing architectural docs are required to enforce coding standards during feature development. The workflow depends on referencing vision, positioning, and launch checklist documents to align feature scopes and ensure launch readiness.

How do I align GitHub tickets with architectural docs and module separation?

Align GitHub tickets with architectural docs by mapping ticket requirements to the four-layer architecture structure. Reference relevant documentation files during implementation to ensure completed features match defined architectural boundaries.

When should I not use a docs-first development workflow?

A docs-first development workflow is not suitable for projects lacking formal documentation or strict architectural constraints. It is designed for structured environments requiring governance, milestone tracking, and alignment with comprehensive architectural docs.