I am using conductor:newTrack to generate spec.md and plan.md. However, I have encountered two main challenges regarding the quality and consistency of the generated output:
1、Alignment with Existing Docs: I need the agent to strictly follow provided reference materials, such as API specifications (Swagger/OpenAPI), business logic definitions, and Database schemas (DDL). Currently, the generated spec.md sometimes deviates from these source-of-truth documents.
2、Output Variance (Stability): With the same input prompt and reference files, the generated spec.md and plan.md vary significantly across different runs. This lack of idempotency makes it difficult to maintain a stable development track.
Current Environment
gemini-cli: 0.33.1
conductor: 0.4.1