> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rocket.new/llms.txt
> Use this file to discover all available pages before exploring further.

# Week 2

> Rocket.new November week 2 product update adding more built-in slash commands and automatic Flutter SDK dependency validation before builds run.

export const LlmsDirective = () => <blockquote className="llms-directive">
    For the complete documentation index, see <a href="/llms.txt">llms.txt</a>.
    For a lightweight markdown version of this page, append .md to the URL.
  </blockquote>;

<LlmsDirective />

<Update label="November 12">
  <span class="changelog-new">New</span>

  * **More built-in commands** let you run common actions with short triggers instead of writing full prompts. [See all commands](/build/editor/commands)

  <span class="changelog-improved">Improved</span>

  * **Flutter SDK package validation** catches invalid or mismatched dependencies before they cause build failures.
</Update>
