Skip to content

nesalia-inc/philosophy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Philosophy

Development philosophy and operational knowledge for Nesalia Inc.


Overview

This repository contains the comprehensive development handbook for building software at scale with AI agents. It covers the entire development lifecycle:

  • Issues Management - How to create and organize issues
  • Planning - How to plan features of any size
  • Techno Expertise - Knowledge base for technologies
  • Developer Agent - How agents execute work
  • Pull Requests - Code review and merging
  • Documentation Standards - How to write docs

Core Philosophy

Human-Driven, AI-Executed

Humans: Design, plan, validate
Agents: Execute, implement, deliver

Humans focus on what and why. Agents handle how.


Documentation Structure

docs/
├── workflows/
│   └── software-engineering/
│       ├── issues-management/    # Issue templates and management
│       ├── planning/             # Planning levels and templates
│       ├── techno-expertise/     # Technology courses
│       ├── developer-agent/      # Agent execution guide
│       └── pull-requests/       # PR process and templates
├── guide/                       # Technology guides
│   └── typescript/             # TypeScript best practices

Key Principles

  1. Quality over Speed - Contract tests ensure interface compliance
  2. Knowledge as Code - Techno expertise courses are versioned
  3. Metrics-Driven - Measure agent performance continuously
  4. Structured Process - Clear workflows for predictability

Related Repositories

This is the source of truth for development practices. All projects reference this repository for:

  • Coding standards
  • Process workflows
  • Knowledge base

Contributing

This repository is maintained by the Architecture Team. Changes follow the same process as other projects.


Last updated: 2026-03-06

About

Development philosophy and operational knowledge for Nesalia Inc. - Human-driven, AI-executed software engineering.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors