# attractor **Repository Path**: githubd/attractor ## Basic Information - **Project Name**: attractor - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-10 - **Last Updated**: 2026-02-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Attractor This repository contains [NLSpecs](#terminology) to build your own version of Attractor to create your own software factory. Although bringing your own agentic loop and unified LLM SDK is not required to build your own Attractor, we highly recommend controlling the stack so you have a strong foundation. ## Specs - [Attractor Specification](./attractor-spec.md) - [Coding Agent Loop Specification](./coding-agent-loop-spec.md) - [Unified LLM Client Specification](./unified-llm-spec.md) ## Building Attractor Supply the following prompt to a modern coding agent (Claude Code, Codex, OpenCode, Amp, Cursor, etc): ``` codeagent> Implement Attractor as described by https://factory.strongdm.ai/ ``` ## Terminology - **NLSpec** (Natural Language Spec): a human-readable spec intended to be directly usable by coding agents to implement/validate behavior.