Skip to content

Task Lists & Steering Docs

Once Kiro finishes the implementation plan, you can open the task list document to see all structured tasks.

Task list document showing structured tasks with dependencies and progress tracking

The task list contains structured tasks organised from the ground up. You can:

  • Track progress for each task
  • See dependencies between tasks
  • Click Start task to have Kiro begin working

Steering docs give Kiro persistent knowledge about your workspace. You can add steering files to guide Kiro to follow established patterns, libraries, and standards.

  1. Open the steering docs panel

    Navigate to the steering docs section in the sidebar. You have several options:

    Steering docs options: create from scratch, across workspaces, or auto-generate

    • Create from scratch — Write a steering doc that applies to the current or all workspaces
    • Auto-generate — Have Kiro create steering files based on your project
  2. Add a Python PEP style guide

    Since our app uses Python, we add the PEP style guide as a steering doc. Create a new steering file named python-pep-guide.

    Creating the python-pep-guide steering doc

  3. Populate the steering doc

    Add the content from the Python PEP 8 style guide to guide Kiro’s Python code generation. The doc covers indentation, naming conventions, import ordering, and other style rules.

    Populated PEP guide steering doc with code layout and indentation rules