Documentation Index
Fetch the complete documentation index at: https://archie.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Specifications is coming soon. This documentation previews what the section will look like at launch.
Three ways to edit
Each section of a spec offers three editing modes, the same as the blueprint:- Direct edit — click into a screen, flow, or rule and change it inline. Useful for small tweaks, copy changes, and adding rules.
- Spec chat — describe the change in plain language. Useful for multi-step changes (“split the orders list into two views, active and archived, and move the cancel action to the detail page”).
- AI suggestions — Archie surfaces gaps it noticed (missing edge cases, unspecified copy, conflicting rules). You accept, modify, or dismiss each suggestion.
Adding constraints and rules
Validation, business rules, and edge cases live in each spec’s “Validation and edge cases” section. To add a rule:- Open the relevant feature’s spec
- Click Add rule in the Validation section
- Describe the rule in plain language: “Users can only have one active subscription at a time.” or “Orders cannot be canceled after they have shipped.”
Refining flows
Flows are step-by-step. Each step is a user action or a system response. To refine a flow, click into it and:- Add a step (e.g., “show a confirmation modal before deleting”)
- Change a step’s action (“auto-save” instead of “save when the user clicks Save”)
- Branch a step into success and error paths
- Add a precondition or a postcondition
confirmed_at field on Orders. Add it?” You confirm and the data model updates.