Skip to content

Remove external /simplify dependency from DEVELOP prompt #66

Description

@monkut

Context

definitions.py:193 contains: "run /simplify or /refactor to simplify and improve the code" — this assumes gstack or similar skill collections are installed. If they're not, the agent either ignores the instruction or errors.

Proposal

Replace the external skill dependency with an internalized instruction:

Before:

- run /simplify or /refactor to simplify and improve the code

After:

- Review your changes for unnecessary complexity, dead code, duplicated logic, and opportunities to simplify before committing.

Rationale

askcc-cli should be self-contained. Referencing external skills that may not be installed creates silent failures or confusion. The simplification intent can be expressed directly in the prompt without requiring an external dependency.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions