Skip to content

Commit b7e3329

Browse files
committed
docs: update README to reflect current repo structure
1 parent 813e43e commit b7e3329

1 file changed

Lines changed: 22 additions & 12 deletions

File tree

  • agents/Mathews-Tom__full-stack-builder
Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# full-stack-builder
22

3-
End-to-end implementation agent that takes architecture docs or feature specs and delivers production-ready code with tests, API docs, and security validation. Handles the full development lifecycle from spec to deployment-ready artifacts.
3+
End-to-end implementation agent that transforms architecture documents and feature specs into production-ready code with tests, API documentation, and security validation. Orchestrates quality skills throughout the build process — scaffolding, incremental sprints, and pre-delivery review gates.
44

55
## Run
66

@@ -10,23 +10,33 @@ npx @open-gitagent/gitagent run -r https://github.com/Mathews-Tom/full-stack-bui
1010

1111
## What It Can Do
1212

13-
- Scaffold full-stack applications from architecture documents or feature specifications
14-
- Generate production-ready code with proper error handling and security patterns
15-
- Create comprehensive test suites (unit, integration, e2e)
16-
- Produce API documentation alongside implementation
17-
- Validate code against security best practices
18-
- Wire up CI/CD configuration and deployment manifests
13+
- **Spec Analysis** — parses architecture documents, extracts components, determines build order from dependency graphs
14+
- **Project Scaffolding** — initializes directory structure, configs, linting, type checking, and migration frameworks for any stack
15+
- **Implementation Sprints** — builds components in dependency order with test-first development, error handling, and input validation
16+
- **Quality Pass** — invokes code refinement and security scanning to eliminate duplication and OWASP vulnerabilities
17+
- **API Documentation** — generates endpoint documentation and setup guides
18+
- **Pre-Delivery Review** — runs safety gates with GO/NO-GO verdicts backed by test results and spec completeness checks
1919

2020
## Structure
2121

2222
```
2323
full-stack-builder/
24-
agent.yaml # Agent configuration and tool definitions
25-
SOUL.md # Agent personality and behavioral guidelines
26-
icon.png # 256x256 agent icon
27-
banner.png # 1200x630 agent banner
24+
├── .gitignore
25+
├── LICENSE
26+
├── README.md
27+
├── RULES.md
28+
├── SOUL.md
29+
├── agent.yaml
30+
├── assets/
31+
│ ├── icon.png
32+
│ └── banner.png
33+
└── knowledge/
34+
├── scaffolding-patterns.md
35+
├── testing-strategy.md
36+
├── api-documentation.md
37+
└── code-quality-checklist.md
2838
```
2939

3040
## Built with
3141

32-
[gitagent](https://github.com/open-gitagent/gitagent) - the open agent registry and runner.
42+
Built for the [gitagent](https://gitagent.sh) ecosystem.

0 commit comments

Comments
 (0)