software engineering

CodeSpec: Dual Executable Specifications for Agentic Long-Horizon Feature Development

arXiv:2607.26777

summary

The paper introduces CodeSpec, a method that creates paired architecture and behavior specifications to guide LLM-based code agents in developing new features across existing codebases, ensuring design-implementation consistency over long interactions.

Abstract

LLM-based code agents have advanced repository-level software development through iterative interaction with codebases and tools. However, feature development requires integrating new behaviors into existing architectures through coherent cross-component functional chains. Existing agents typically derive such chains through free-form reasoning, often producing unreliable feature designs with incomplete functional chains. Moreover, textual designs are difficult to verify and enforce, making it challenging to maintain design-implementation consistency throughout long-horizon development. We propose CodeSpec, a dual executable specification method for repository-level feature development. It builds reliable functional chains from evidence pairing sub-requirement semantics with repository architectures, then compiles them into complementary architecture and behavior specifications that check chain completeness and correctness while preserving design-implementation consistency over long interactions. On FeatureBench, which targets feature development in existing repositories, CodeSpec achieves 70.7%, 55.0%, and 49.9% pass rates under DeepSeek-V4-Pro, outperforming representative baselines such as Claude Code. Results on the repository generation benchmark NL2Repo-Bench further demonstrate its generalizability.

Topics & keywords

#code generation#software agents#feature development#executable specifications#long-horizon programmingdual executable specificationfunctional chainLLM code agentsFeatureBenchNL2Repo-Bench
CodeSpec: Dual Executable Specifications for Agentic Long-Horizon Feature Development · wovepaper